fix: memory leak issue on TeamInvite modal (#3440)

* fix: memory leak issue

* feat: added rerun ability

* chore: lint fix
This commit is contained in:
Anwarul Islam
2023-10-11 08:29:12 +06:00
committed by GitHub
parent 2c2b39a236
commit cabee0ecc8

View File

@@ -192,11 +192,12 @@ export const useGQLQuery = <
} else {
args.variables = updatedVars
}
nextTick(rerunQuery)
} else {
rerunQuery()
}
isPaused.value = false
nextTick(rerunQuery)
}
const pause = () => {