diff --git a/mailpoet/assets/js/src/automation/editor/components/header/index.tsx b/mailpoet/assets/js/src/automation/editor/components/header/index.tsx index f6a89f3bdf..0eb7f219a5 100644 --- a/mailpoet/assets/js/src/automation/editor/components/header/index.tsx +++ b/mailpoet/assets/js/src/automation/editor/components/header/index.tsx @@ -36,13 +36,13 @@ function ActivateButton(): JSX.Element { } function UpdateButton(): JSX.Element { - const { activate } = useDispatch(storeName); + const { save } = useDispatch(storeName); return (