refactor: change to secondary button
This commit is contained in:
parent
2b68b6593f
commit
f1958b28c7
1 changed files with 2 additions and 2 deletions
|
|
@ -911,12 +911,12 @@ function storeDataLocal() {
|
|||
</MainButton>
|
||||
<div class="row" style="gap: var(--size-2)">
|
||||
<UndoButton
|
||||
solid
|
||||
outlined
|
||||
@click="closeTab()"
|
||||
v-if="quotationFormState.mode === 'edit'"
|
||||
/>
|
||||
<CloseButton
|
||||
solid
|
||||
outlined
|
||||
@click="closeTab()"
|
||||
v-if="quotationFormState.mode === 'info' && closeAble()"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue