Skip to content

Commit 0dd249c

Browse files
committed
fix(ActionInsertLink): Sync NcActionInput value property
Fixes: #5324 Signed-off-by: Jonas <jonas@freesources.org>
1 parent 9bd0d00 commit 0dd249c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Menu/ActionInsertLink.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</NcActionButton>
5151
<NcActionInput v-if="isInputMode"
5252
type="text"
53-
:value="href"
53+
:value.sync="href"
5454
:data-text-action-entry="`${actionEntry.key}-input`"
5555
@submit="linkWebsite">
5656
<template #icon>

0 commit comments

Comments
 (0)