mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-13 17:22:37 +02:00
remove key
This commit is contained in:
parent
2b232c1fec
commit
5a850e485a
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ export function App({
|
|||
</div>}
|
||||
{!loading && !workflow && <div>No workflow found!</div>}
|
||||
{!loading && project && workflow && (dataSources !== null) && (projectTools !== null) && <WorkflowEditor
|
||||
key={project._id}
|
||||
projectId={projectId}
|
||||
isLive={mode == 'live'}
|
||||
workflow={workflow}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue