webpack/ForemanTasks/Components/TaskActions/index.js in foreman-tasks-5.2.3 vs webpack/ForemanTasks/Components/TaskActions/index.js in foreman-tasks-5.3.0
- old
+ new
@@ -1,7 +1,7 @@
import { sprintf } from 'foremanReact/common/I18n';
import { API } from 'foremanReact/redux/API';
-import { addToast } from 'foremanReact/redux/actions/toasts';
+import { addToast } from 'foremanReact/components/ToastsList';
import {
TASKS_RESUME_REQUEST,
TASKS_RESUME_SUCCESS,
TASKS_RESUME_FAILURE,
TASKS_CANCEL_REQUEST,