Skip to content

Commit 4860649

Browse files
committed
fixup! Update packages/forms/signals/src/util/parser.ts
1 parent 79c6dcc commit 4860649

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎packages/forms/signals/src/util/parser.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export function createParser<TValue, TRaw>(
5454
errors.set(normalizeErrors(result.error));
5555
if (result.value !== undefined) {
5656
setValue(result.value, markAsDirty);
57+
}
5758
if (result.value !== undefined) {
5859
setValue(result.value, markAsDirty);
5960
} else if (markAsDirty) {

0 commit comments

Comments
 (0)