Skip to content

Commit 23c63e8

Browse files
committed
Merge branch '3.5.x'
2 parents d30f697 + a4cb5f2 commit 23c63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework/elsa/fit-elsa-react/src/components/DefaultRoot.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const DefaultRoot = forwardRef(function (
149149
</DispatchContext.Provider>
150150
</Form>
151151
</div>
152-
{createPortal(
152+
{shape.allowConfig && createPortal(
153153
<div className={`jade-form-drawer ${open ? '' : 'hidden'}`}>
154154
<Form
155155
form={form}

0 commit comments

Comments
 (0)