Skip to content

Commit

Permalink
CB-4069 reverts fillDefaultConfig on loaded not outdated form
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyteleshev committed Jun 20, 2024
1 parent f091483 commit f04165b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webapp/packages/core-ui/src/Form/FormState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ export class FormState<TState> implements IFormState<TState> {
}

if (this.isLoaded() && !this.isOutdated() && !refresh) {
if (this.mode === FormMode.Create) {
await this.fillDefaultConfigTask.execute(this);
}
return;
}

Expand Down

0 comments on commit f04165b

Please sign in to comment.