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 26b3f83af..878713fe9 100644
--- a/src/features/workspaces/components/EditWorkspaceForm.js
+++ b/src/features/workspaces/components/EditWorkspaceForm.js
@@ -228,6 +228,7 @@ class EditWorkspaceForm extends Component {
228 type="submit" 228 type="submit"
229 label={intl.formatMessage(messages.buttonSave)} 229 label={intl.formatMessage(messages.buttonSave)}
230 busy={isSaving} 230 busy={isSaving}
231 className="franz-form__button"
231 buttonType={isSaving ? 'secondary' : 'primary'} 232 buttonType={isSaving ? 'secondary' : 'primary'}
232 onClick={this.save.bind(this, form)} 233 onClick={this.save.bind(this, form)}
233 // TODO: Need to disable if no services have been added to this workspace 234 // TODO: Need to disable if no services have been added to this workspace