refactor: loading state for delete user

This commit is contained in:
liyasthomas
2022-02-04 22:01:01 +05:30
parent 1696f1f798
commit bd268e67ae
3 changed files with 25 additions and 5 deletions

View File

@@ -395,6 +395,7 @@ export const useGQLQuery = <DocType, DocVarType, DocErrorType extends string>(
)
)
)
console.log(res)
loading.value = false
}