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>
|
</MainButton>
|
||||||
<div class="row" style="gap: var(--size-2)">
|
<div class="row" style="gap: var(--size-2)">
|
||||||
<UndoButton
|
<UndoButton
|
||||||
solid
|
outlined
|
||||||
@click="closeTab()"
|
@click="closeTab()"
|
||||||
v-if="quotationFormState.mode === 'edit'"
|
v-if="quotationFormState.mode === 'edit'"
|
||||||
/>
|
/>
|
||||||
<CloseButton
|
<CloseButton
|
||||||
solid
|
outlined
|
||||||
@click="closeTab()"
|
@click="closeTab()"
|
||||||
v-if="quotationFormState.mode === 'info' && closeAble()"
|
v-if="quotationFormState.mode === 'info' && closeAble()"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue