mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
fix: ticket attachment upload
This commit is contained in:
@@ -40,7 +40,7 @@ class AttachmentUpload extends Component
|
||||
$this->ticket = $id;
|
||||
}
|
||||
|
||||
final public function upload(): void
|
||||
final public function updatedAttachment(): void
|
||||
{
|
||||
$this->validate();
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
class="form__file"
|
||||
type="file"
|
||||
wire:model.live="attachment"
|
||||
wire:change="upload"
|
||||
style="display: none"
|
||||
/>
|
||||
<label class="form__button form__button--text" for="attachment">
|
||||
|
||||
Reference in New Issue
Block a user