New Backend changes
This commit is contained in:
@@ -27,9 +27,8 @@ const dataType = dataStore.dataTypes[props.topLevelType]
|
||||
<template>
|
||||
<UCard class="mt-5 scroll" :style="props.platform !== 'mobile' ? 'height: 80vh' : ''">
|
||||
<HistoryDisplay
|
||||
:type="dataType.historyItemHolder"
|
||||
v-if="props
|
||||
.item.id"
|
||||
:type="props.topLevelType"
|
||||
v-if="props.item.id"
|
||||
:element-id="props.item.id"
|
||||
render-headline
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user