@@ -179,7 +179,7 @@
 | 
			
		||||
          <div
 | 
			
		||||
            class="border-4 border-dashed rounded mb-4 p-5 text-lg text-center">
 | 
			
		||||
            {#each allpermissions as p}
 | 
			
		||||
              {#if !grantedPermissions.includes(p)}
 | 
			
		||||
              {#if !(grantedPermissions.filter((o)=>p.target == o.target && p.action == o.action).length > 0)}
 | 
			
		||||
                <p
 | 
			
		||||
                  class="block w-full mt-1 text-sm dark:border-gray-600 dark:bg-gray-700 bg-gray-200 p-2 focus:border-purple-400 focus:outline-none focus:shadow-outline-purple dark:text-gray-300 dark:focus:shadow-outline-gray form-input">
 | 
			
		||||
                  {p.target + ':' + p.action}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user