File tree Expand file tree Collapse file tree
resources/views/livewire/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010 <flux:input wire:model =" tools" :label =" __('Tools')" type =" text" />
1111
12- <flux:input wire:model =" summary" :label =" __('Summary')" type = " text " />
12+ <flux:textarea wire:model =" summary" :label =" __('Summary')" />
1313
1414 <div class =" flex gap-4" >
1515 <flux:input wire:model =" coverImage" :label =" __('Cover Image')" type =" file" onchange =" attachmentSelected(this.value)" />
Original file line number Diff line number Diff line change 99
1010 <flux:input wire:model =" tools" :label =" __('Tools')" type =" text" />
1111
12- <flux:input wire:model =" summary" :label =" __('Summary')" type = " text " />
12+ <flux:textarea wire:model =" summary" :label =" __('Summary')" />
1313
1414 <div class =" flex gap-4" >
1515 <flux:input wire:model =" coverImage" iconLeading =" paper-clip" :label =" __('Cover Image')" type =" file" onchange =" attachmentSelected(this.value)" />
You can’t perform that action at this time.
0 commit comments