We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053003e + 7fe49fe commit e3d7c21Copy full SHA for e3d7c21
1 file changed
src/dashboard/Settings/GeneralSettings.react.js
@@ -115,16 +115,6 @@ let AppInformationFields = ({
115
value={appName}
116
onChange={setAppName} />
117
} />
118
- <Field
119
- labelWidth={58}
120
- label={<Label
121
- text='In production?'
122
- description='(On back4app, this switch is temporarily disabled)' />}
123
- input={<Toggle
124
- value={inProduction}
125
- type={Toggle.Types.YES_NO}
126
- onChange={() => {}} />
127
- } />
128
</Fieldset>;
129
130
let CollaboratorsFields = ({
0 commit comments