Skip to content

Commit 48fe61b

Browse files
Submit button Pristine getter fixed.
1 parent f28c269 commit 48fe61b

File tree

1 file changed

+1
-1
lines changed
  • packages/simplr-forms-dom/src/components

1 file changed

+1
-1
lines changed

packages/simplr-forms-dom/src/components/submit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class Submit extends BaseContainer<SubmitProps, SubmitStateRecord> {
5656
Error: formStore.Form.Error,
5757
Validating: formStore.Form.Validating,
5858
Submitting: formStore.Form.Submitting,
59-
Pristine: formStore.Form.Pristine
59+
Pristine: formStore.Pristine
6060
};
6161

6262
const newStateRecord = recordify(newState);

0 commit comments

Comments
 (0)