mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🎨 refactor(form): remove image validation from project support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user