Browse Source

暂时隐藏ChannelMy

visuddhinanda 2 years ago
parent
commit
1f449924dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dashboard/src/components/article/RightPanel.tsx

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

@@ -170,6 +170,7 @@ const RightPanelWidget = ({
               children: (
               children: (
                 <div style={tabInnerStyle}>
                 <div style={tabInnerStyle}>
                   <ChannelMy
                   <ChannelMy
+                    style={{ display: "none" }}
                     selectedKeys={selectedChannelsId}
                     selectedKeys={selectedChannelsId}
                     onSelect={(e: IChannel[]) => {
                     onSelect={(e: IChannel[]) => {
                       console.log(e);
                       console.log(e);