ソースを参照

:fire: ChannelMy

visuddhinanda 2 年 前
コミット
92a6099d86
1 ファイル変更0 行追加10 行削除
  1. 0 10
      dashboard/src/components/article/RightPanel.tsx

+ 0 - 10
dashboard/src/components/article/RightPanel.tsx

@@ -169,16 +169,6 @@ const RightPanelWidget = ({
               key: "channel",
               key: "channel",
               children: (
               children: (
                 <div style={tabInnerStyle}>
                 <div style={tabInnerStyle}>
-                  <ChannelMy
-                    style={{ display: "none" }}
-                    selectedKeys={selectedChannelsId}
-                    onSelect={(e: IChannel[]) => {
-                      console.log(e);
-                      if (typeof onChannelSelect !== "undefined") {
-                        onChannelSelect(e);
-                      }
-                    }}
-                  />
                   <ChannelPickerTable
                   <ChannelPickerTable
                     type={type}
                     type={type}
                     articleId={articleId}
                     articleId={articleId}