mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Revert "ah a lil fix before anybody pulls"
This reverts commit 69f6955cf52103806e7aca90c5950b91d2c6479f.
This commit is contained in:
parent
48c6a3ce6b
commit
e2887da7bc
1 changed files with 1 additions and 2 deletions
|
@ -213,11 +213,10 @@ onUnmounted(() => {
|
||||||
if (connection) connection.dispose();
|
if (connection) connection.dispose();
|
||||||
});
|
});
|
||||||
|
|
||||||
/*
|
|
||||||
onActivated(() => {
|
onActivated(() => {
|
||||||
paginationComponentUser.reload();
|
paginationComponentUser.reload();
|
||||||
paginationComponentGroup.reload();
|
paginationComponentGroup.reload();
|
||||||
});*/
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Add table
Reference in a new issue