mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 05:11:31 -05:00
fixed SLI grouping entries with different delay/check state
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<v-tabs v-model="tab" :disabled="loading" grow>
|
||||
<v-tab value="supermarket">{{ $t('Supermarket') }}</v-tab>
|
||||
<v-tab value="categories">{{ $t('Categories') }}</v-tab>
|
||||
<v-tab value="categories" :disabled="!isUpdate()">{{ $t('Categories') }}</v-tab>
|
||||
</v-tabs>
|
||||
|
||||
<v-card-text>
|
||||
|
||||
Reference in New Issue
Block a user