Explorar o código

:fire: manager

visuddhinanda %!s(int64=3) %!d(string=hai) anos
pai
achega
08d52f4eeb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/share/Collaborator.tsx

+ 1 - 1
dashboard/src/components/share/Collaborator.tsx

@@ -48,7 +48,7 @@ const Widget = ({ resId, load = false, onReload }: IWidget) => {
     }
   }, [load, onReload]);
   const ref = useRef<ActionType>();
-  const roleList: TRole[] = ["manager", "editor", "reader"];
+  const roleList: TRole[] = ["editor", "reader"];
 
   return (
     <ProList<ICollaborator>