refactor: header can't edit branch is INACTIVE

This commit is contained in:
Net 2024-09-05 14:36:18 +07:00
parent efe173945d
commit b312d88058

View file

@ -1712,7 +1712,10 @@ watch(currentHq, () => {
class="q-py-md q-px-lg"
style="position: absolute; z-index: 99999; top: 0; right: 0"
>
<div class="surface-1 row rounded">
<div
v-if="formData.status !== 'INACTIVE'"
class="surface-1 row rounded"
>
<UndoButton
v-if="formType === 'edit'"
icon-only