[Feature] - Add frontend testing script for onprem
This commit is contained in:
@@ -298,6 +298,7 @@ const EditWorkflow = (props) => {
|
||||
<Button
|
||||
variant="contained"
|
||||
style={{}}
|
||||
id="save_workflow_button"
|
||||
disabled={name.length === 0 || submitLoading === true}
|
||||
onClick={() => {
|
||||
setSubmitLoading(true)
|
||||
@@ -402,6 +403,7 @@ const EditWorkflow = (props) => {
|
||||
label="Name"
|
||||
autoFocus
|
||||
fullWidth
|
||||
id="Enter-Workflow-Name"
|
||||
/>
|
||||
|
||||
<div style={{ display: "flex", marginTop: 10, }}>
|
||||
|
||||
Reference in New Issue
Block a user