Revert "mew?"

This reverts commit d961c3d61d.
This commit is contained in:
ThatOneCalculator 2023-01-19 16:29:34 -08:00
parent 0164c77356
commit 0902eb226b
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 4 additions and 9 deletions

View File

@ -213,16 +213,11 @@ onUnmounted(() => {
if (connection) connection.dispose(); if (connection) connection.dispose();
}); });
// temporary hot fix of the temporary hot fix /*
let alreadyInit = $ref(false);
onActivated(() => { onActivated(() => {
if (!alreadyInit.value) alreadyInit.value = true; paginationComponentUser.reload();
else { paginationComponentGroup.reload();
paginationComponentUser.reload(); });*/
paginationComponentGroup.reload();
}
});
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>