Forgot this one
This commit is contained in:
parent
cec5796acf
commit
ebfecb8a30
|
|
@ -435,10 +435,19 @@ watch(
|
|||
type="checkbox"
|
||||
class="rounded"
|
||||
/>
|
||||
<label for="is_active" class="text-sm font-medium text-gray-700">Aktivna</label>
|
||||
<label for="is_active" class="text-sm font-medium text-gray-700"
|
||||
>Aktivna</label
|
||||
>
|
||||
<div class="flex items-center gap-2 ml-6">
|
||||
<input id="reactivate" v-model="form.reactivate" type="checkbox" class="rounded" />
|
||||
<label for="reactivate" class="text-sm font-medium text-gray-700">Reaktivacija</label>
|
||||
<input
|
||||
id="reactivate"
|
||||
v-model="form.reactivate"
|
||||
type="checkbox"
|
||||
class="rounded"
|
||||
/>
|
||||
<label for="reactivate" class="text-sm font-medium text-gray-700"
|
||||
>Reaktivacija</label
|
||||
>
|
||||
</div>
|
||||
<button
|
||||
@click.prevent="save"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user