Skip to content

Commit

Permalink
fixes issue plone#6428
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishith-S committed Nov 8, 2024
1 parent 8de7dda commit bc007f7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const messages = defineMessages({
const SearchWidget = (props) => {
const intl = useIntl();
const dispatch = useDispatch();

const [text, setText] = useState('');
const history = useHistory();
const onChangeText = (event, { value }) => {
Expand Down

0 comments on commit bc007f7

Please sign in to comment.