X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/ffac6f1051efb642db49c4c4a5d2f3f477ca6d34..d0166a21891dca8719bcedc252a640d1b8037f40:/src/store/favorite-panel/favorite-panel-action.ts diff --git a/src/store/favorite-panel/favorite-panel-action.ts b/src/store/favorite-panel/favorite-panel-action.ts index 48dd19cc..aa1ec8d0 100644 --- a/src/store/favorite-panel/favorite-panel-action.ts +++ b/src/store/favorite-panel/favorite-panel-action.ts @@ -3,6 +3,6 @@ // SPDX-License-Identifier: AGPL-3.0 import { bindDataExplorerActions } from "../data-explorer/data-explorer-action"; -import { FavoritePanelMiddlewareService } from "./favorite-panel-middleware-service"; -export const favoritePanelActions = bindDataExplorerActions(FavoritePanelMiddlewareService.getInstance()); +export const FAVORITE_PANEL_ID = "favoritePanel"; +export const favoritePanelActions = bindDataExplorerActions(FAVORITE_PANEL_ID);