#522: Built core part of gmail trigger
This commit is contained in:
@@ -1794,7 +1794,7 @@ const Workflows = (props) => {
|
||||
}} color="primary">
|
||||
Cancel
|
||||
</Button>
|
||||
<Button style={{}} disabled={newWorkflowName.length === 0} onClick={() => {
|
||||
<Button variant="contained" style={{}} disabled={newWorkflowName.length === 0} onClick={() => {
|
||||
console.log("Tags: ", newWorkflowTags)
|
||||
if (editingWorkflow.id !== undefined) {
|
||||
setNewWorkflow(newWorkflowName, newWorkflowDescription, newWorkflowTags, defaultReturnValue, editingWorkflow, false)
|
||||
|
||||
Reference in New Issue
Block a user