All forms as of today are exercised by "smoke" test and this commit
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
:sort-by="['name']"
|
||||
show-select
|
||||
:header-props="{ sortByText: $ay.t('Sort') }"
|
||||
:data-cy="!!$ay.dev ? 'custUsersTable' : false"
|
||||
>
|
||||
<template v-slot:[`item.active`]="{ item }">
|
||||
<v-simple-checkbox v-model="item.active" disabled></v-simple-checkbox>
|
||||
|
||||
Reference in New Issue
Block a user