lint + fixes for registration
This commit is contained in:
parent
3799983d4f
commit
5bbc0e0bb5
14 changed files with 43 additions and 34 deletions
|
@ -53,7 +53,7 @@
|
|||
:statusoid="item"
|
||||
/>
|
||||
<Checkbox
|
||||
:modelValue="isChecked(item.id)"
|
||||
:model-value="isChecked(item.id)"
|
||||
@change="checked => toggleStatus(checked, item.id)"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue