瀏覽代碼

:fire: manager

visuddhinanda 3 年之前
父節點
當前提交
08d52f4eeb
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>