From 81a322b9b47d11e6653b416d551b5947fadbffb5 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 23 Jan 2025 13:29:32 +0100 Subject: [PATCH] fixup! Signed-off-by: Ferdinand Thiessen --- src/components/NcRichText/NcRichText.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NcRichText/NcRichText.vue b/src/components/NcRichText/NcRichText.vue index f850360173..b4405f6d49 100644 --- a/src/components/NcRichText/NcRichText.vue +++ b/src/components/NcRichText/NcRichText.vue @@ -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