Merge branch '19744-acr-crunchstat' refs #19744
[arvados.git] / services / workbench2 / src / store / search-bar / search-bar-actions.ts
index a34ab02d6e433ed2c5c709f305ad543622f97579..396c2dfaaecf9253fbe63373e997981d6b81dad9 100644 (file)
@@ -39,7 +39,6 @@ export const searchBarActions = unionize({
     MOVE_UP: ofType<{}>(),
     MOVE_DOWN: ofType<{}>(),
     SELECT_FIRST_ITEM: ofType<{}>(),
-    SET_IS_SEARCHING: ofType<boolean>(),
 });
 
 export type SearchBarActions = UnionOf<typeof searchBarActions>;