From 47ebcf3b842ece851970d8fba8c562fe20a1e714 Mon Sep 17 00:00:00 2001 From: Pavel Dohnal Date: Wed, 18 Sep 2019 11:00:22 +0200 Subject: [PATCH] Remove section "All" from templates [MAILPOET-2345] --- assets/js/src/newsletters/templates.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/js/src/newsletters/templates.jsx b/assets/js/src/newsletters/templates.jsx index 274b85ab86..4218eba814 100644 --- a/assets/js/src/newsletters/templates.jsx +++ b/assets/js/src/newsletters/templates.jsx @@ -35,10 +35,6 @@ if (window.mailpoet_woocommerce_active) { templatesCategories.push( ...[ - { - name: 'all', - label: MailPoet.I18n.t('allTemplates'), - }, { name: 'recent', label: MailPoet.I18n.t('recentlySent'),