visuddhinanda před 3 roky
rodič
revize
08d52f4eeb
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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]);
   }, [load, onReload]);
   const ref = useRef<ActionType>();
   const ref = useRef<ActionType>();
-  const roleList: TRole[] = ["manager", "editor", "reader"];
+  const roleList: TRole[] = ["editor", "reader"];
 
 
   return (
   return (
     <ProList<ICollaborator>
     <ProList<ICollaborator>