Skip to content

Commit f0cad50

Browse files
author
Vikas Agarwal
committed
Github issue#880, Features changes are not reflected in side panel without saving the changes
-- Fixed issue with change alert being shown even after saving the changes.
1 parent 95236fa commit f0cad50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/projects/detail/components/EditProjectForm.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class EditProjectForm extends Component {
228228
showFeaturesDialog={ this.state.showFeaturesDialog }
229229
hideFeaturesDialog={ this.hideFeaturesDialog }
230230
saveFeatures={ this.saveFeatures }
231+
value={ _.get(project, 'details.appDefinition.features', {})}
231232
/>
232233
</Formsy.Form>
233234

0 commit comments

Comments
 (0)