Skip to content

Commit d3e49a7

Browse files
committed
Replace BaseModalDialog by BaseDialog
1 parent ec963dc commit d3e49a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseModalDialog.vue renamed to src/components/BaseDialog.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type Methods = {
5353
}
5454
5555
export default Vue.extend<unknown, Methods, unknown, Props>({
56-
name: 'BaseModalDialog',
56+
name: 'BaseDialog',
5757
components: { ActionButton },
5858
props: {
5959
iconName: {

0 commit comments

Comments
 (0)