From daf7614fd7739d8e89f5247a4669b9bd56b0d2e9 Mon Sep 17 00:00:00 2001 From: Jakub Serafin Date: Wed, 30 Aug 2023 15:57:22 +0200 Subject: [PATCH] (core) fix for duplicated "Learn more about custom widgets" section Test Plan: I checked if section is showed only once after this change. it is. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D4022 --- app/client/ui/CustomSectionConfig.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/client/ui/CustomSectionConfig.ts b/app/client/ui/CustomSectionConfig.ts index 4192c60d..2d151bf4 100644 --- a/app/client/ui/CustomSectionConfig.ts +++ b/app/client/ui/CustomSectionConfig.ts @@ -503,13 +503,6 @@ export class CustomSectionConfig extends Disposable { ), cssSeparator(), this._customSectionConfigurationConfig.buildDom(), - cssSection( - cssLink( - dom.attr('href', 'https://support.getgrist.com/widget-custom'), - dom.attr('target', '_blank'), - t("Learn more about custom widgets") - ) - ), ); }