Merged in release/2023-04-28 (pull request #726)

IO-2210 Remove unused state.
This commit is contained in:
Patrick Fic
2023-04-26 23:52:34 +00:00

View File

@@ -15,7 +15,6 @@ export default function GlobalSearchOs() {
const history = useHistory();
const [loading, setLoading] = useState(false);
const [data, setData] = useState(false);
const [value, setValue] = useState("");
const executeSearch = async (v) => {
if (v && v && v !== "" && v.length >= 3) {