This commit is contained in:
parent
d831cd0799
commit
09f368f516
2 changed files with 4 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ defineProps<{
|
|||
color="grey"
|
||||
icon="mdi-close"
|
||||
v-close-popup
|
||||
@click="cancel"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -865,7 +865,9 @@ async function onSubmit(submitSelectedItem?: boolean) {
|
|||
actionText: t('dialog.action.ok'),
|
||||
persistent: true,
|
||||
title: t('form.warning.title'),
|
||||
cancel: () => {},
|
||||
cancel: () => {
|
||||
formType.value = 'create';
|
||||
},
|
||||
action: async () => {
|
||||
await createBranch();
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue