Post merge fixes
[arvados-workbench2.git] / src / store / trash-panel / trash-panel-action.ts
index 84d5602457516f91e61c732ad1239d2831c99dd3..6be93228be73d438d5b2c8c0f00dd0ba5c46c1ec 100644 (file)
@@ -3,6 +3,9 @@
 // SPDX-License-Identifier: AGPL-3.0
 
 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
+import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
 
 export const TRASH_PANEL_ID = "trashPanel";
 export const trashPanelActions = bindDataExplorerActions(TRASH_PANEL_ID);
+
+export const loadTrashPanel = () => trashPanelActions.REQUEST_ITEMS();