Skip to content

Commit

Permalink
fix(ActionInsertLink): Sync NcActionInput value property
Browse files Browse the repository at this point in the history
Fixes: #5324

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Feb 29, 2024
1 parent 9bd0d00 commit 0dd249c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Menu/ActionInsertLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</NcActionButton>
<NcActionInput v-if="isInputMode"
type="text"
:value="href"
:value.sync="href"
:data-text-action-entry="`${actionEntry.key}-input`"
@submit="linkWebsite">
<template #icon>
Expand Down

0 comments on commit 0dd249c

Please sign in to comment.