ah a lil fix before anybody pulls

This commit is contained in:
cutestnekoaqua 2023-01-19 17:45:26 +01:00
parent 976f06f4e3
commit 69f6955cf5
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 2 additions and 1 deletions

View File

@ -213,10 +213,11 @@ 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>