fix: memory leak issue on TeamInvite modal (#3440)
* fix: memory leak issue * feat: added rerun ability * chore: lint fix
This commit is contained in:
@@ -192,11 +192,12 @@ export const useGQLQuery = <
|
|||||||
} else {
|
} else {
|
||||||
args.variables = updatedVars
|
args.variables = updatedVars
|
||||||
}
|
}
|
||||||
|
nextTick(rerunQuery)
|
||||||
|
} else {
|
||||||
|
rerunQuery()
|
||||||
}
|
}
|
||||||
|
|
||||||
isPaused.value = false
|
isPaused.value = false
|
||||||
|
|
||||||
nextTick(rerunQuery)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const pause = () => {
|
const pause = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user