Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Bittenbender committed Dec 17, 2023
1 parent d2af777 commit 1096988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class EditableSelect extends React.Component<
refreshValue !== stateValue &&
!isDisabled) {
// disable the component if a refresh is needed
this.setState({ isDisabled: true });
// this.setState({ isDisabled: true });
}
}

Expand Down

0 comments on commit 1096988

Please sign in to comment.