Skip to content

Commit 5473cbd

Browse files
committed
validate form after animating
1 parent 1f783c9 commit 5473cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/events/autofix/useFormTypingAnimation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export function useFormTypingAnimation({
8989
}
9090

9191
animationFrameRef.current = null;
92-
formModel.setValue(fieldName, text, {quiet});
92+
formModel.setValue(fieldName, text);
9393
};
9494

9595
animationFrameRef.current = window.requestAnimationFrame(animate);

0 commit comments

Comments
 (0)