🎨 refactor(form): remove image validation from project support

This commit is contained in:
fsociety
2024-10-24 20:11:05 +02:00
parent 16b633f7fe
commit 0798fe9326

View File

@@ -45,8 +45,6 @@ on([
$save = function () {
$this->form->validate();
$this->validate('image', 'image|max:1024');
$projectProposal = \App\Models\ProjectProposal::query()->create([
...$this->form->all(),
'einundzwanzig_pleb_id' => $this->currentPleb->id,