visuddhinanda 2 лет назад
Родитель
Сommit
8302024975
1 измененных файлов с 0 добавлено и 12 удалено
  1. 0 12
      dashboard/src/components/export/ShareButton.tsx

+ 0 - 12
dashboard/src/components/export/ShareButton.tsx

@@ -54,18 +54,6 @@ const ShareButtonWidget = ({
               key: "export",
               icon: <ExportOutlined />,
             },
-            {
-              label: "添加到文集",
-              key: "add_to_anthology",
-              icon: <InboxOutlined />,
-              disabled: type === "article" ? false : true,
-            },
-            {
-              label: "创建副本",
-              key: "fork",
-              icon: <ForkOutlined />,
-              disabled: user && type === "article" ? false : true,
-            },
           ],
           onClick: ({ key }) => {
             switch (key) {