mirror of
https://github.com/directus/directus.git
synced 2026-01-26 04:48:30 -05:00
Declutter modals with previous button
Use the sidenav instead
This commit is contained in:
@@ -4,9 +4,6 @@
|
||||
{{ $t('cancel') }}
|
||||
</v-button>
|
||||
<div class="spacer" />
|
||||
<v-button @click="previousTab" secondary :disabled="previousDisabled">
|
||||
{{ $t('previous') }}
|
||||
</v-button>
|
||||
<v-button v-if="currentTabIndex < tabs.length - 1" @click="nextTab" :disabled="nextDisabled">
|
||||
{{ $t('next') }}
|
||||
</v-button>
|
||||
|
||||
@@ -85,9 +85,6 @@
|
||||
{{ $t('cancel') }}
|
||||
</v-button>
|
||||
<div class="spacer" />
|
||||
<v-button secondary @click="currentTab = ['collection']" :disabled="currentTab[0] === 'collection'">
|
||||
{{ $t('previous') }}
|
||||
</v-button>
|
||||
<v-button
|
||||
:disabled="!collectionName || collectionName.length === 0"
|
||||
v-if="currentTab[0] === 'collection'"
|
||||
|
||||
Reference in New Issue
Block a user