chore(brand): change label Gambar utama to Gambar
This commit is contained in:
parent
1f89c74009
commit
aee349093d
@ -25,7 +25,7 @@
|
|||||||
autofocus autocomplete="off" />
|
autofocus autocomplete="off" />
|
||||||
|
|
||||||
<div class="space-y-3">
|
<div class="space-y-3">
|
||||||
<h3 class="text-sm font-medium">Gambar Utama</h3>
|
<h3 class="text-sm font-medium">Gambar</h3>
|
||||||
<div class="dropzone-wrapper">
|
<div class="dropzone-wrapper">
|
||||||
<livewire:dropzone wire:model="form.image" :rules="['image', 'mimes:png,jpeg', 'max:10420']" :max-files="1" :key="'image'"
|
<livewire:dropzone wire:model="form.image" :rules="['image', 'mimes:png,jpeg', 'max:10420']" :max-files="1" :key="'image'"
|
||||||
:files="$form->image ?? []" />
|
:files="$form->image ?? []" />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user