From 1c6a39bc538f242901070d6acec784a190c94c70 Mon Sep 17 00:00:00 2001 From: "anton.buksa" Date: Mon, 9 Sep 2024 20:54:35 +0200 Subject: [PATCH] disable polls for now Changelog: removed --- .../advanced_create_post/advanced_create_post.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx b/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx index 3412d470b4..e02fa446d1 100644 --- a/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx +++ b/webapp/channels/src/components/advanced_create_post/advanced_create_post.tsx @@ -1564,10 +1564,11 @@ class AdvancedCreatePost extends React.PureComponent { disabled={this.props.shouldShowPreview} /> ), - , + + // , ...(pluginItems || []), ].filter(Boolean)} codeBlockOnCtrlEnter={this.props.codeBlockOnCtrlEnter}