Преглед на файлове

:fire: ArticleEditTools

visuddhinanda преди 2 години
родител
ревизия
ba392c177a
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      dashboard/src/components/article/ArticleEditDrawer.tsx

+ 0 - 7
dashboard/src/components/article/ArticleEditDrawer.tsx

@@ -52,13 +52,6 @@ const ArticleEditDrawerWidget = ({
         onClose={onDrawerClose}
         open={openDrawer}
         destroyOnClose={true}
-        extra={
-          <ArticleEditTools
-            studioName={studioName}
-            articleId={articleId}
-            title={title}
-          />
-        }
       >
         <ArticleEdit
           anthologyId={anthologyId}