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

+ 1 - 12
dashboard/src/components/channel/ChapterInChannelList.tsx

@@ -155,18 +155,7 @@ const ChpaterInChannelListWidget = ({ channelId, onSelect }: IWidget) => {
                   },
                 }}
               >
-                <Link
-                  to={
-                    `/article/chapter/${row.book}-${row.paragraph}/edit` +
-                    channelId
-                      ? `?channel=${channelId}`
-                      : ""
-                  }
-                >
-                  {intl.formatMessage({
-                    id: "buttons.edit",
-                  })}
-                </Link>
+                <></>
               </Dropdown.Button>,
             ];
           },