ah a lil fix before anybody pulls

This commit is contained in:
cutestnekoaqua 2023-01-19 17:45:26 +01:00
parent c2bbf30503
commit 0cc6d2f970

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>