Skip to content

Commit 925f9ab

Browse files
committed
fix: Revert "refactor: remove default where a prop is required"
This reverts commit 74f8adb for NcRichContenteditable to prevent behavior changes.
1 parent 3c017d9 commit 925f9ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/NcRichContenteditable/NcRichContenteditable.vue

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,11 +332,12 @@ export default {
332332
},
333333
334334
/**
335-
* The content
335+
* The text content.
336+
* This might become required in the next future and should always be set!
336337
*/
337338
modelValue: {
338339
type: String,
339-
required: true,
340+
default: '',
340341
},
341342
342343
/**

0 commit comments

Comments
 (0)