aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/EditWorkspaceForm.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/EditWorkspaceForm.js')
-rw-r--r--src/features/workspaces/components/EditWorkspaceForm.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/workspaces/components/EditWorkspaceForm.js b/src/features/workspaces/components/EditWorkspaceForm.js
index 0ff836cba..c97d4bd9c 100644
--- a/src/features/workspaces/components/EditWorkspaceForm.js
+++ b/src/features/workspaces/components/EditWorkspaceForm.js
@@ -224,6 +224,7 @@ class EditWorkspaceForm extends Component {
224 busy={isSaving} 224 busy={isSaving}
225 buttonType={isSaving ? 'secondary' : 'primary'} 225 buttonType={isSaving ? 'secondary' : 'primary'}
226 onClick={this.save.bind(this, form)} 226 onClick={this.save.bind(this, form)}
227 // TODO: Need to disable if no services have been added to this workspace
227 disabled={isSaving} 228 disabled={isSaving}
228 /> 229 />
229 </div> 230 </div>