1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-04 13:48:56 +02:00

remove comment that's been addressed

This commit is contained in:
Thomas Heartman 2025-06-10 13:19:30 +02:00
parent eb93582f21
commit 725edf5004

View File

@ -96,7 +96,6 @@ export const ConstraintOperatorSelect = ({
);
};
// todo (addEditStrategy): add prop to configure the select element or style it. (currently, the chevron is different from the other select element we use). Maybe add a new component.
return (
<StyledFormInput variant='outlined' size='small' fullWidth>
<InputLabel htmlFor='operator-select'>Operator</InputLabel>