18207: Makes 'working' status work in 'Shared with me' & 'Groups' DataExplorers
[arvados-workbench2.git] / src / store / shared-with-me-panel / shared-with-me-panel-actions.ts
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action";
6
7 export const SHARED_WITH_ME_PANEL_ID = "sharedWithMePanel";
8 export const sharedWithMePanelActions = bindDataExplorerActions(SHARED_WITH_ME_PANEL_ID);
9 export const loadSharedWithMePanel = () => sharedWithMePanelActions.REQUEST_ITEMS();