From 8e60f53f0b0c6bffd5ec3ca6616304abda8415d2 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 3 Nov 2023 13:23:11 -0600 Subject: [PATCH] fix name of class to match the file name (and avoid clash with existing class) --- src/views/NewIdentifierView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/NewIdentifierView.vue b/src/views/NewIdentifierView.vue index 81282ff..0c3875d 100644 --- a/src/views/NewIdentifierView.vue +++ b/src/views/NewIdentifierView.vue @@ -46,7 +46,7 @@ import { MASTER_SETTINGS_KEY } from "@/db/tables/settings"; import QuickNav from "@/components/QuickNav.vue"; @Component({ components: { QuickNav } }) -export default class AccountViewView extends Vue { +export default class NewIdentifierView extends Vue { loading = true; async mounted() {