diff --git a/frontend/src/components/widget/DeWidget/DeTabs.vue b/frontend/src/components/widget/DeWidget/DeTabs.vue index 7e624a59b7..7b6d5001d4 100644 --- a/frontend/src/components/widget/DeWidget/DeTabs.vue +++ b/frontend/src/components/widget/DeWidget/DeTabs.vue @@ -93,7 +93,7 @@ /> {{ $t('table.cancel') }} - {{ $t('table.confirm') }} + {{ $t('table.confirm') }} @@ -202,6 +202,9 @@ export default { }, borderActiveColor() { return this.element && this.element.style && this.element.style.headBorderActiveColor || 'none' + }, + titleValid() { + return !!this.textarea && !!this.textarea.trim() } }, watch: {