chore: puts eslint-disable back

This commit is contained in:
Björn Steinhagen
2026-04-15 14:36:18 +02:00
parent 2d086a4ab6
commit 35ee546fc5
+1
View File
@@ -401,6 +401,7 @@ const latestVersionNotification = computed(() => {
notification.cta = {
name: 'View',
tooltipText: 'Check your model in the browser!',
// eslint-disable-next-line @typescript-eslint/no-unsafe-call, @typescript-eslint/no-unsafe-return, @typescript-eslint/no-unsafe-member-access
action: () => cardBase.value?.viewModel()
}
return notification