Removed some Entries in EntityShow because not working
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user