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
feat: refactor OperatorSelect to prevent duplicate selections
The add function in OperatorSelect now checks if the selected operator is already in the list of operators. If it is, the function removes the operator from the list. This prevents duplicate selections in the component.
0 commit comments