refactor: header can't edit branch is INACTIVE
This commit is contained in:
parent
efe173945d
commit
b312d88058
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue