Skip to content

Commit

Permalink
Allow independent subviews
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
maxpatiiuk committed Mar 8, 2023
1 parent b0ea633 commit 8b8ae16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export function SubView({
formType={formType}
mode={
!isAttachmentMisconfigured &&
relationship.isDependent() &&
(relationship.isDependent() || isButton) &&
initialMode !== 'view'
? 'edit'
: 'view'
Expand Down

0 comments on commit 8b8ae16

Please sign in to comment.