Skip to content

Commit

Permalink
Merge pull request #11 from viur-framework/fix/filebone_selection
Browse files Browse the repository at this point in the history
Fix Selection of Filebone
  • Loading branch information
akelch authored Feb 21, 2024
2 parents f29bb84 + 47c8f4d commit 842b29d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/bones/fileBone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ export default defineComponent({
function relationCloseAction(selection) {
state.openedSelection = false
if (selection) {
state.selection = selection
context.emit("change", props.name, selection, props.lang, props.index)
state.selection = { dest: selection, rel: null }
context.emit("change", props.name, state.selection, props.lang, props.index)
}
}
Expand Down

0 comments on commit 842b29d

Please sign in to comment.