Initialize groups panel store and view component
[arvados-workbench2.git] / src / store / groups-panel / groups-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 "~/store/data-explorer/data-explorer-action";
6
7 export const GROUPS_PANEL_ID = "groupsPanel";
8 export const GroupsPanelActions = bindDataExplorerActions(GROUPS_PANEL_ID);
9
10 export const loadGroupsPanel = () => GroupsPanelActions.REQUEST_ITEMS();