Skip to content

Commit ec963dc

Browse files
committed
Fix component name
1 parent 6c84e4f commit ec963dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BaseModalDialog.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: 'SimpleModalDialog',
56+
name: 'BaseModalDialog',
5757
components: { ActionButton },
5858
props: {
5959
iconName: {

0 commit comments

Comments
 (0)