From 84b6baa724e8c3d34e7d609c52d5bcd4518c9546 Mon Sep 17 00:00:00 2001 From: John Oleksowicz Date: Mon, 22 Aug 2022 13:27:56 -0500 Subject: [PATCH] Remove actions dropdown MAILPOET-4532 --- .../js/src/automation/listing/index.tsx | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/mailpoet/assets/js/src/automation/listing/index.tsx b/mailpoet/assets/js/src/automation/listing/index.tsx index ea3c131a67..b1375ff1b8 100644 --- a/mailpoet/assets/js/src/automation/listing/index.tsx +++ b/mailpoet/assets/js/src/automation/listing/index.tsx @@ -1,5 +1,4 @@ import { Search, TableCard } from '@woocommerce/components/build'; -import { Button, Dropdown, MenuGroup, MenuItem } from '@wordpress/components'; import { __ } from '@wordpress/i18n'; import { getRow } from './get-row'; import { Workflow } from './workflow'; @@ -34,27 +33,6 @@ export function AutomationListing({ workflows, loading }: Props): JSX.Element { hasSearch showMenu={false} actions={[ -
- ( - - )} - renderContent={() => ( - - Move to trash - - )} - /> -
,