Explorar o código

aggiunta richiesta a nche se validato

FabioFratini hai 11 meses
pai
achega
c9e10da28b

+ 0 - 2
resources/views/components/report/protocollo/richieste.blade.php

@@ -70,10 +70,8 @@
         </div>
         <div class="row">
             <textarea class="form-control" rows="5" wire:model="richiestaText"></textarea>
-            @if (!$this->validated)
                 <button type="button" class="btn btn-primary mt-2"
                     wire:click.prevent="saveRichiesta()">Aggiungi</button>
-            @endif
         </div>
     </div>
 </div>