Skip to content

Commit e3d7c21

Browse files
author
nataliaconde
committed
Merge branch 'remove-production-option' of github.com:back4app/parse-dashboard into remove-production-option
2 parents 053003e + 7fe49fe commit e3d7c21

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/dashboard/Settings/GeneralSettings.react.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,6 @@ let AppInformationFields = ({
115115
value={appName}
116116
onChange={setAppName} />
117117
} />
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-
} />
128118
</Fieldset>;
129119

130120
let CollaboratorsFields = ({

0 commit comments

Comments
 (0)