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(davinci-client): clear stale collector error on successful value update
Stale validation errors persisted in state after a user corrected their
input — a subsequent valid dispatch left the previous error message visible.
Mirror the pattern already used in pollCollectorValues by resetting
collector.error to null on every successful value-assignment path in
updateCollectorValues.
0 commit comments