navigation finished and debug menu in stats expanded
This commit is contained in:
parent
9706fc0a51
commit
6cf8fc29a2
3 changed files with 41 additions and 25 deletions
|
|
@ -8,6 +8,7 @@ const useFetch = (query: Query) => {
|
|||
const [data, setData] = useState<{[column: string]: any;}[]>([]);
|
||||
|
||||
const reFetch = () => {
|
||||
|
||||
setIsLoading(true);
|
||||
executeQuery(query).then((result) => {
|
||||
if("rows" in result[0]) {
|
||||
|
|
|
|||
Reference in a new issue