Fix ShareModal rendering issue
This commit is contained in:
parent
acfbfd087c
commit
c38a50a7eb
1 changed files with 2 additions and 2 deletions
|
|
@ -617,12 +617,12 @@ export default function NodeToolbarComponent({
|
|||
open={showModalAdvanced}
|
||||
setOpen={setShowModalAdvanced}
|
||||
/>
|
||||
<ShareModal
|
||||
{showconfirmShare&&<ShareModal
|
||||
open={showconfirmShare}
|
||||
setOpen={setShowconfirmShare}
|
||||
is_component={true}
|
||||
component={flowComponent!}
|
||||
/>
|
||||
/>}
|
||||
{hasCode && (
|
||||
<div className="hidden">
|
||||
<CodeAreaComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue