1
0

fix version pages

This commit is contained in:
Prospector
2025-08-15 11:53:44 -07:00
parent 713571d50e
commit 632b09ff3f
2 changed files with 10 additions and 3 deletions

View File

@@ -750,8 +750,6 @@ export default defineNuxtComponent({
const data = useNuxtApp()
const route = useNativeRoute()
const { addNotification } = injectNotificationManager()
const auth = await useAuth()
const tags = useTags()
const flags = useFeatureFlags()
@@ -917,7 +915,6 @@ export default defineNuxtComponent({
alternateFile: ref(alternateFile),
replaceFile: ref(replaceFile),
uploadedImageIds: ref([]),
addNotification,
}
},
data() {
@@ -940,6 +937,10 @@ export default defineNuxtComponent({
shouldPreventActions: false,
}
},
created() {
const { addNotification } = injectNotificationManager()
this.addNotification = addNotification
},
computed: {
fieldErrors() {
return (