tweaked a few things to mitigate errors
This commit is contained in:
@@ -58,7 +58,7 @@ const fallbackInitials = {
|
||||
|
||||
const props = defineProps<{
|
||||
readOnly: boolean,
|
||||
data: ApplicationData,
|
||||
data: ApplicationData | null,
|
||||
}>()
|
||||
|
||||
const emit = defineEmits(['submit']);
|
||||
|
||||
@@ -33,7 +33,7 @@ if (import.meta.env.VITE_DISABLE_GLITCHTIP === "true") {
|
||||
});
|
||||
}
|
||||
|
||||
app.component("FormInput", FormInput)
|
||||
app.component("FormCheckbox", FormCheckbox)
|
||||
// app.component("FormInput", FormInput)
|
||||
// app.component("FormCheckbox", FormCheckbox)
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user