Skip to content

Commit

Permalink
Merge pull request #5425 from nextcloud/backport/5422/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(ActionInsertLink): Sync NcActionInput value property
  • Loading branch information
mejo- authored Mar 3, 2024
2 parents 4f4bb43 + 1e2fc3e commit 2699450
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 2699450

Please sign in to comment.