Fixed worker issue with containerIds adding up

This commit is contained in:
frikky
2022-03-10 19:11:54 +01:00
parent 9c448f7f7a
commit 391a8ad448
10 changed files with 27 additions and 18 deletions
+1 -2
View File
@@ -10537,7 +10537,7 @@ const AngularWorkflow = (defaultprops) => {
/>
</Tooltip>
)}
{userdata.avatar === creatorProfile.github_avatar ? null :
{/*userdata.avatar === creatorProfile.github_avatar ? null :*/}
<Tooltip color="primary" title="Save (ctrl+s)" placement="top">
<span>
<Button
@@ -10563,7 +10563,6 @@ const AngularWorkflow = (defaultprops) => {
</Button>
</span>
</Tooltip>
}
{workflow.public ? (
<Tooltip
color="secondary"