parent
1124f25ea3
commit
cd9a5469fd
@ -6,9 +6,11 @@
|
||||
$: searchvalue = "";
|
||||
$: active_deletes = [];
|
||||
export let current_groups = [];
|
||||
const groups_promise = UserGroupService.userGroupControllerGetAll().then((val) => {
|
||||
current_groups = val;
|
||||
});
|
||||
const groups_promise = UserGroupService.userGroupControllerGetAll().then(
|
||||
(val) => {
|
||||
current_groups = val;
|
||||
}
|
||||
);
|
||||
</script>
|
||||
|
||||
{#if store.state.jwtinfo.userdetails.permissions.includes('USERGROUP:GET')}
|
||||
|
Loading…
x
Reference in New Issue
Block a user