1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
6 import { favoritePanelActions } from "~/store/favorite-panel/favorite-panel-action";
8 export const TRASH_PANEL_ID = "trashPanel";
9 export const trashPanelActions = bindDataExplorerActions(TRASH_PANEL_ID);
11 export const loadTrashPanel = () => trashPanelActions.REQUEST_ITEMS();