Add favorite panel
[arvados.git] / src / store / navigation / navigation-action.ts
index 3920b5a27c69bf17cfbeca27a7c0bda562662f47..7f782438f5565337194635a646685b6e112e1632 100644 (file)
@@ -58,3 +58,8 @@ export const setProjectItem = (itemId: string, itemMode: ItemMode) =>
 
         }
     };
+
+export const setFavoriteItem = (itemId: string, itemMode: ItemMode) =>
+    (dispatch: Dispatch, getState: () => RootState) => {
+        const a = 1;
+    };