|
|
@@ -270,7 +270,11 @@ const props = defineProps<{
|
|
|
}>()
|
|
|
|
|
|
const { em } = useEntityManager()
|
|
|
-const getAsserts = (key: string) => getAssertUtils(Event.getAsserts() as Record<string, Record<string, unknown>>, key)
|
|
|
+const getAsserts = (key: string) =>
|
|
|
+ getAssertUtils(
|
|
|
+ Event.getAsserts() as Record<string, Record<string, unknown>>,
|
|
|
+ key,
|
|
|
+ )
|
|
|
|
|
|
const emit = defineEmits(['update:entity'])
|
|
|
|