diff --git a/src/views/Entry.vue b/src/views/Entry.vue index 1b12cbb..856c33c 100644 --- a/src/views/Entry.vue +++ b/src/views/Entry.vue @@ -35,6 +35,9 @@ + + + @@ -144,6 +147,12 @@ export default { return } return this.config.dataDefinition + }, + mostlyDisabled: function () { + if (!this.$route.params.id) { + return false + } + return true } }, mounted () {