Removed some Entries in EntityShow because not working

This commit is contained in:
2025-09-25 17:21:13 +02:00
parent 7f0f6567b0
commit efba076c41

View File

@@ -220,7 +220,6 @@ const changePinned = async () => {
</UButton>
</template>
</UDashboardNavbar>
<UTabs
:items="dataType.showTabs"
v-if="props.item.id && platform !== 'mobile'"
@@ -326,7 +325,7 @@ const changePinned = async () => {
@updateNeeded="emit('updateNeeded')"
:platform="platform"
/>
<EntityShowSubPhases
<!--<EntityShowSubPhases
:item="props.item"
:top-level-type="type"
v-else-if="sub.label === 'Phasen'"
@@ -355,7 +354,7 @@ const changePinned = async () => {
:top-level-type="type"
v-else
:platform="platform"
/>
/>-->
</div>
</UDashboardPanelContent>