@@ -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')}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user