Skip to content

Commit

Permalink
change to always reload group membership onMount
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Hootman <hootmanj@objectcomputing.com>
  • Loading branch information
HootDunk committed Jan 4, 2024
1 parent d05efd9 commit 50b1776
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/routes/users/GroupMembership.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@
};
onMount(async () => {
if (document.querySelector('#group-memberships-table') == null)
promise = await reloadGroupMemberships();
promise = reloadGroupMemberships();
});
const addGroupMembership = async (
Expand Down Expand Up @@ -954,7 +953,7 @@
p {
font-size: large;
}
}
.header-column {
font-weight: 600;
Expand Down

0 comments on commit 50b1776

Please sign in to comment.