Fixed component being treated as flow when nodeToolBar open ShareModal
This commit is contained in:
parent
829da5f1e2
commit
0770beda11
1 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,7 @@ export default function NodeToolbarComponent({
|
|||
<ShareModal
|
||||
open={showconfirmShare}
|
||||
setOpen={setShowconfirmShare}
|
||||
is_component={false}
|
||||
is_component={true}
|
||||
component={flowComponent!}
|
||||
/>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue