Merge branch '13753-favorites-view' of git.curoverse.com:arvados-workbench2 into...
[arvados-workbench2.git] / src / store / navigation / navigation-action.ts
index 7f782438f5565337194635a646685b6e112e1632..50f6e205e096c3743819a2bc97c75e8537fc0b45 100644 (file)
@@ -59,7 +59,3 @@ export const setProjectItem = (itemId: string, itemMode: ItemMode) =>
         }
     };
 
-export const setFavoriteItem = (itemId: string, itemMode: ItemMode) =>
-    (dispatch: Dispatch, getState: () => RootState) => {
-        const a = 1;
-    };