Skip to content

Commit

Permalink
Simplify condition for parent to ensure that inheritance is always ap…
Browse files Browse the repository at this point in the history
…plied.
  • Loading branch information
rtibbles committed Sep 27, 2024
1 parent ac72144 commit 3eb4bda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</BottomBar>
<InheritAncestorMetadataModal
ref="inheritModal"
:parent="(createMode && detailNodeIds.length) ? parent : null"
:parent="createMode ? parent : null"
@inherit="inheritMetadata"
@updateActive="active => isInheritModalOpen = active"
/>
Expand Down

0 comments on commit 3eb4bda

Please sign in to comment.