diff --git a/src/components/Collections.vue b/src/components/Collections.vue index 6b2c53d..8fd6bcf 100644 --- a/src/components/Collections.vue +++ b/src/components/Collections.vue @@ -21,7 +21,7 @@ @@ -32,7 +32,7 @@ v-if="notSelectedCollections.length > 0" @submit.prevent="addCollection" class="flow flow--small" - :disabled="form.inProgress() ? 'true' : null" + :disabled="form.inProgress()" >
@@ -45,7 +45,7 @@ type="button" class="button--smaller" @click="setFillModeToText" - :disabled="form.inProgress() ? 'true' : null" + :disabled="form.inProgress()" > {{ t('collection.new') }} @@ -57,7 +57,7 @@ v-model="newCollectionId" id="collection-select" ref="collection-select" - :disabled="form.inProgress() ? 'true' : null" + :disabled="form.inProgress()" >
-
diff --git a/src/components/Notes.vue b/src/components/Notes.vue index 0659424..0c4e7e3 100644 --- a/src/components/Notes.vue +++ b/src/components/Notes.vue @@ -42,6 +42,7 @@
diff --git a/src/screens/LoginScreen.vue b/src/screens/LoginScreen.vue index f28bab6..4d65411 100644 --- a/src/screens/LoginScreen.vue +++ b/src/screens/LoginScreen.vue @@ -100,7 +100,7 @@
-
diff --git a/src/screens/SettingsScreen.vue b/src/screens/SettingsScreen.vue index a030b1f..0d8f539 100644 --- a/src/screens/SettingsScreen.vue +++ b/src/screens/SettingsScreen.vue @@ -56,7 +56,7 @@
-