Skip to content

Commit

Permalink
CB-5738 thread fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Oct 28, 2024
1 parent 3c69ad0 commit 854484f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/packages/core-ui/src/Form/FormPart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export abstract class FormPart<TPartState, TFormState = any> implements IFormPar

reset() {
this.setState(toJS(this.initialState));
this.exception = null;
}

protected setInitialState(initialState: TPartState) {
Expand Down

0 comments on commit 854484f

Please sign in to comment.