Skip to content

Commit

Permalink
Merge branch 'SK-CERT:main' into postgres_16
Browse files Browse the repository at this point in the history
  • Loading branch information
Progress1 authored Sep 6, 2024
2 parents d40c3e9 + 92269d0 commit 0c9ba2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/src/components/assess/NewsItemAggregateDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
},
data: () => ({
content: null,
editorData: '<p></p>',
editorOptionVue2: {
theme: 'snow',
placeholder: "insert text here ...",
Expand Down
1 change: 1 addition & 0 deletions src/gui/src/components/assess/NewsItemSingleDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
},
data: () => ({
content: null,
editorData: '<p></p>',
editorOptionVue2: {
theme: 'snow',
placeholder: "insert text here ...",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
data: () => ({
visible: false,
edit: false,
editorData: '<p></p>',
editorOptionVue2: {
theme: 'snow',
modules: {
Expand Down

0 comments on commit 0c9ba2b

Please sign in to comment.