mirror of
https://github.com/Lissy93/dashy.git
synced 2025-04-08 17:06:18 +02:00
🩹 Don't show add-new-sec on single-sec view
This commit is contained in:
parent
689797a170
commit
8a6b46b49d
@ -47,7 +47,7 @@
|
||||
/>
|
||||
</template>
|
||||
<!-- Show add new section button, in edit mode -->
|
||||
<AddNewSection v-if="isEditMode" />
|
||||
<AddNewSection v-if="isEditMode && !singleSectionView" />
|
||||
</div>
|
||||
<!-- Show message when there's no data to show -->
|
||||
<div v-if="checkIfResults() && !isEditMode" class="no-data">
|
||||
|
Loading…
x
Reference in New Issue
Block a user