Skip to content

Commit

Permalink
text change
Browse files Browse the repository at this point in the history
Co-authored-by: Niklas Kiefer <[email protected]>
  • Loading branch information
Skaiir and Niklas Kiefer authored Nov 23, 2023
1 parent a21f865 commit 6b82707
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function(props) {
values
} = props;

// Ensures that the values are always a subset of the options
// Ensures that the values are always a subset of the possible options
useEffect(() => {

if (loadState !== LOAD_STATES.LOADED) {
Expand Down

0 comments on commit 6b82707

Please sign in to comment.