Skip to content

Commit

Permalink
Merge pull request #14866 from tienifr/fix/14784-settings-changed-nam…
Browse files Browse the repository at this point in the history
…e-is-not-save

fix: 14784
  • Loading branch information
Beamanator authored Feb 7, 2023
2 parents c775563 + 5760a30 commit 0f74e9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,9 @@ class Form extends React.Component {

this.state = {
errors: {},
inputValues: props.draftValues,
inputValues: {
...props.draftValues,
},
};

this.formRef = React.createRef(null);
Expand Down

0 comments on commit 0f74e9d

Please sign in to comment.