refactor: change to secondary button

This commit is contained in:
Methapon Metanipat 2024-10-18 13:46:37 +07:00
parent 2b68b6593f
commit f1958b28c7

View file

@ -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()"
/>