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