Merge branch '21386-project-loading-view'
[arvados.git] / services / workbench2 / src / store / search-bar / search-bar-actions.ts
index af40e86ade09bfc30698eded0bb1b8802dfac577..396c2dfaaecf9253fbe63373e997981d6b81dad9 100644 (file)
@@ -38,7 +38,7 @@ export const searchBarActions = unionize({
     SET_SELECTED_ITEM: ofType<string>(),
     MOVE_UP: ofType<{}>(),
     MOVE_DOWN: ofType<{}>(),
-    SELECT_FIRST_ITEM: ofType<{}>()
+    SELECT_FIRST_ITEM: ofType<{}>(),
 });
 
 export type SearchBarActions = UnionOf<typeof searchBarActions>;