refactor: remove can access
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 6s
This commit is contained in:
parent
ac50ef1c7c
commit
ed55d07e38
2 changed files with 4 additions and 6 deletions
|
|
@ -543,7 +543,6 @@ watch(
|
|||
|
||||
<q-td>
|
||||
<KebabAction
|
||||
v-if="canAccess('agencies', 'edit')"
|
||||
hide-toggle
|
||||
hide-view
|
||||
:id-name="props.row.name"
|
||||
|
|
@ -606,7 +605,6 @@ watch(
|
|||
class="row q-ml-auto items-center justify-end no-wrap"
|
||||
>
|
||||
<KebabAction
|
||||
v-if="canAccess('agencies', 'edit')"
|
||||
hide-toggle
|
||||
hide-view
|
||||
:id-name="props.row.id"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue