Skip to content

Commit

Permalink
AMP-3416: fix WF editor confirmation modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
yingfeng-iu committed Dec 23, 2024
1 parent 21860de commit 1210f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/workflow/WorkflowEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>
<b-modal v-model="showModal" id="modal-center" centered>
<template #modal-header>
<template #header>
<h5 class="text-capitalize">
Confirm
</h5>
Expand All @@ -36,7 +36,7 @@
Any unsaved changes will be lost. Do you want to continue?
</div>
</template>
<template #modal-footer="{ hide }">
<template #footer="{ hide }">
<button class="btn btn-secondary" @click="hide()">
Go Back
</button>
Expand Down

0 comments on commit 1210f55

Please sign in to comment.