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"
|
color="grey"
|
||||||
icon="mdi-close"
|
icon="mdi-close"
|
||||||
v-close-popup
|
v-close-popup
|
||||||
|
@click="cancel"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -865,7 +865,9 @@ async function onSubmit(submitSelectedItem?: boolean) {
|
||||||
actionText: t('dialog.action.ok'),
|
actionText: t('dialog.action.ok'),
|
||||||
persistent: true,
|
persistent: true,
|
||||||
title: t('form.warning.title'),
|
title: t('form.warning.title'),
|
||||||
cancel: () => {},
|
cancel: () => {
|
||||||
|
formType.value = 'create';
|
||||||
|
},
|
||||||
action: async () => {
|
action: async () => {
|
||||||
await createBranch();
|
await createBranch();
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue