Demo: Disable import feature checkbox

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-12-26 16:05:11 +01:00
parent 61067557bb
commit 51daf225ef

View file

@ -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')"