Update workflow.tsx to add Loading/Progress indicator while saving the workflow (#11484)
add Loading/Progress indicator while saving the workflowpull/11481/head^2
parent
4e7ab391ff
commit
2648e2770f
|
@ -269,7 +269,7 @@ function WorkflowPage() {
|
|||
CTA={
|
||||
!readOnly && (
|
||||
<div>
|
||||
<Button data-testid="save-workflow" type="submit">
|
||||
<Button data-testid="save-workflow" type="submit" loading={updateMutation.isLoading}>
|
||||
{t("save")}
|
||||
</Button>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue