Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux authored Jan 23, 2025
1 parent a64d43a commit 81a322b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcRichText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export default {
labelParts.splice(nestedNodeIndex)
}

const id = this.parentId + '-markdown-input-' + getRandomId(5)
const id = this.parentId + '-markdown-input-' + getRandomId()
const propsToForward = { ...inputNode.props }
// The checked prop is name modelValue for NcCheckboxRadioSwitch
delete propsToForward.checked
Expand Down

0 comments on commit 81a322b

Please sign in to comment.