diff --git a/src/components/home/navigation.vue b/src/components/home/navigation.vue index 5bfae9c9..de566e67 100644 --- a/src/components/home/navigation.vue +++ b/src/components/home/navigation.vue @@ -94,7 +94,7 @@ @start="() => drag = true" @end="saveListPosition" handle=".handle" - :disabled="n.id < 0 || null" + :disabled="n.id < 0 || undefined" tag="transition-group" item-key="id" :data-namespace-id="n.id" diff --git a/src/components/input/fancycheckbox.vue b/src/components/input/fancycheckbox.vue index 20e8381e..204efeec 100644 --- a/src/components/input/fancycheckbox.vue +++ b/src/components/input/fancycheckbox.vue @@ -2,7 +2,7 @@
{{ $t('migrate.authorize', {name: migrator.name}) }}