Merged in release/2023-04-28 (pull request #726)
IO-2210 Remove unused state.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user