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 <jonas@freesources.org>
  • Loading branch information
mejo- authored and backportbot[bot] committed Mar 1, 2024
1 parent 9583de7 commit b964247
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 b964247

Please sign in to comment.