mirror of https://github.com/Lissy93/dashy.git
🩹 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…
Reference in New Issue