IO-2210 Remove unused state.
This commit is contained in:
@@ -15,7 +15,6 @@ export default function GlobalSearchOs() {
|
|||||||
const history = useHistory();
|
const history = useHistory();
|
||||||
const [loading, setLoading] = useState(false);
|
const [loading, setLoading] = useState(false);
|
||||||
const [data, setData] = useState(false);
|
const [data, setData] = useState(false);
|
||||||
const [value, setValue] = useState("");
|
|
||||||
|
|
||||||
const executeSearch = async (v) => {
|
const executeSearch = async (v) => {
|
||||||
if (v && v && v !== "" && v.length >= 3) {
|
if (v && v && v !== "" && v.length >= 3) {
|
||||||
|
|||||||
Reference in New Issue
Block a user