IO-2210 Remove unused state.

This commit is contained in:
Patrick Fic
2023-04-26 16:51:53 -07:00
parent 2227acab3a
commit 1f4c1c9e92

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) {