#71: Made execution from any node work

This commit is contained in:
frikky
2020-06-20 20:48:46 +02:00
parent 9ea5ae4de1
commit c4a10a0c9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ const Workflows = (props) => {
</Button>
</Tooltip>
*/}
<Tooltip color="primary" title={"Download workflows"} placement="top">
<Tooltip color="primary" title={"Download / Import workflows"} placement="top">
<Button color="primary" style={{}} variant="text" onClick={() => setLoadWorkflowsModalOpen(true)}>
<CloudDownloadIcon />
</Button>