Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Aug 6, 2021
1 parent a7446e0 commit f825c5f
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -66,8 +66,6 @@ export const DndColumnSelect = (props: LabelProps) => {
) {
onChange(optionSelectorValues);
}
// when options change, that means that the dataset has changed
// so we have to check if values are still applicable.
}, [JSON.stringify(value), JSON.stringify(optionSelector.getValues())]);

// useComponentDidUpdate to avoid running this for the first render, to avoid
Expand Down

0 comments on commit f825c5f

Please sign in to comment.