mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
🩹 Don't show add-new-sec on single-sec view
This commit is contained in:
parent
689797a170
commit
8a6b46b49d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue