You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(client): ensure number input value in TrainingForm is string
Updated the `onChange` handler in the TrainingForm component to cast number values to strings. This resolves potential type mismatch issues and improves data consistency.
0 commit comments