mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Updated "react-use" package to newest version (#37579)
* package.json: updated react-use to newest version * fixes (typescript and other)
This commit is contained in:
@@ -101,7 +101,7 @@ const SelSingleLoad = ({ loadOptions, allowCustomValue, onChange, onClose }: Sel
|
||||
const [loadState, doLoad] = useAsyncFn(loadOptions, [loadOptions]);
|
||||
|
||||
useEffect(() => {
|
||||
doLoad();
|
||||
doLoad('');
|
||||
}, [doLoad, loadOptions]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user