visuddhinanda 2 лет назад
Родитель
Сommit
23e9d82842
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      dashboard/src/components/template/SentEdit/SentTab.tsx

+ 2 - 3
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -183,7 +183,7 @@ const SentTabWidget = ({
               />
             ),
           },
-          {
+          /*{
             label: (
               <SentTabButton
                 icon={<BlockOutlined />}
@@ -196,7 +196,6 @@ const SentTabWidget = ({
               />
             ),
             key: "original",
-            disabled: true,
             children: (
               <SentCanRead
                 book={parseInt(sId[0])}
@@ -206,7 +205,7 @@ const SentTabWidget = ({
                 type="original"
               />
             ),
-          },
+          },*/
           {
             label: (
               <SentTabButton