Skip to content

Commit edd59d2

Browse files
committed
lint
1 parent 7d91329 commit edd59d2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/@apostrophecms/area/ui/apos/components/AposAreaWidget.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
:doc-id="docId"
136136
:focused="isFocused"
137137
@update="$emit('update', $event)"
138-
@suppressWidgetControls="suppressWidgetControls"
138+
@suppress-widget-controls="suppressWidgetControls"
139139
/>
140140
<component
141141
:is="widgetComponent(widget.type)"

modules/@apostrophecms/rich-text-widget/ui/apos/components/AposRichTextWidgetEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ export default {
381381
watch: {
382382
suppressWidgetControls(newVal) {
383383
if (newVal) {
384-
this.$emit('suppressWidgetControls')
385-
}
384+
this.$emit('suppressWidgetControls');
385+
}
386386
},
387387
isFocused(newVal) {
388388
if (!newVal) {

0 commit comments

Comments
 (0)