X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/dc5cd08bad19c302d34b75b34795d5745da2eae2..b3ffad71aa43fcb8db2d2c7a20ee0ef588e37e04:/src/store/search-bar/search-bar-actions.ts diff --git a/src/store/search-bar/search-bar-actions.ts b/src/store/search-bar/search-bar-actions.ts index eb4239de7a..165392c6c2 100644 --- a/src/store/search-bar/search-bar-actions.ts +++ b/src/store/search-bar/search-bar-actions.ts @@ -32,7 +32,7 @@ export const searchBarActions = unionize({ MOVE_UP: ofType<{}>(), MOVE_DOWN: ofType<{}>(), SELECT_FIRST_ITEM: ofType<{}>() -}); +}); export type SearchBarActions = UnionOf;