From fcd76661c74ab0e1924efee4495d06d07008c163 Mon Sep 17 00:00:00 2001 From: Anton Date: Tue, 8 Aug 2023 11:09:26 +0200 Subject: [PATCH] Fix inline edit --- app/javascript/vue/shared/inline_edit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/vue/shared/inline_edit.vue b/app/javascript/vue/shared/inline_edit.vue index ed711085a..d85859317 100644 --- a/app/javascript/vue/shared/inline_edit.vue +++ b/app/javascript/vue/shared/inline_edit.vue @@ -50,7 +50,7 @@ smartAnnotation: { type: Boolean, default: false }, editOnload: { type: Boolean, default: false }, defaultValue: { type: String, default: '' }, - customClasses: { type: Array, default: [] } + customClasses: { type: Array, default: () => [] } }, data() { return {