refactor: add access control for add btn (workflow)
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-04 12:52:47 +07:00
parent f516212b6c
commit f286f6a16e

View file

@ -334,6 +334,7 @@ watch(
</script>
<template>
<FloatingActionButton
v-if="canAccess('workflow', 'edit')"
style="z-index: 999"
hide-icon
@click="triggerDialog('add')"