Removed debug info

This commit is contained in:
2025-04-17 14:07:49 +02:00
parent 8d39c16e26
commit 7e95547eb1

View File

@@ -63,7 +63,6 @@ setupPage()
<template> <template>
<UModal :fullscreen="props.mode === 'show'"> <UModal :fullscreen="props.mode === 'show'">
{{props.type}}
<EntityShow <EntityShow
v-if="loaded && props.mode === 'show'" v-if="loaded && props.mode === 'show'"
:type="props.type" :type="props.type"