Demo: Disable import feature checkbox
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
61067557bb
commit
51daf225ef
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@
|
|||
<v-flex xs12 sm6 lg3 class="px-2 pb-2 pt-2">
|
||||
<v-checkbox
|
||||
v-model="settings.features.import"
|
||||
:disabled="busy || config.readonly"
|
||||
:disabled="busy || config.readonly || demo"
|
||||
class="ma-0 pa-0 input-import"
|
||||
color="secondary-dark"
|
||||
:label="$gettext('Import')"
|
||||
|
|
Loading…
Reference in a new issue