feat: 09 => add label prop to CancelButton for customizable text
This commit is contained in:
parent
37642160c4
commit
7834cc4395
2 changed files with 4 additions and 1 deletions
|
|
@ -1198,6 +1198,7 @@ watch(
|
|||
<UndoButton outlined @click="undo()" v-if="state.mode === 'edit'" />
|
||||
<CancelButton
|
||||
@click="closeTab()"
|
||||
:label="$t('dialog.action.close')"
|
||||
v-if="state.mode === 'info'"
|
||||
outlined
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue