X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1efba8f3b728a3b8aa3c64c5aa09f441318ff2a8..f79d1cdf7696a3bbcc374df5ce4d1761a28a5ea5:/services/workbench2/src/store/search-bar/search-bar-actions.ts diff --git a/services/workbench2/src/store/search-bar/search-bar-actions.ts b/services/workbench2/src/store/search-bar/search-bar-actions.ts index af40e86ade..396c2dfaae 100644 --- a/services/workbench2/src/store/search-bar/search-bar-actions.ts +++ b/services/workbench2/src/store/search-bar/search-bar-actions.ts @@ -38,7 +38,7 @@ export const searchBarActions = unionize({ SET_SELECTED_ITEM: ofType(), MOVE_UP: ofType<{}>(), MOVE_DOWN: ofType<{}>(), - SELECT_FIRST_ITEM: ofType<{}>() + SELECT_FIRST_ITEM: ofType<{}>(), }); export type SearchBarActions = UnionOf;