Skip to content

Commit

Permalink
fix package setup
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 21, 2022
1 parent 5af38f4 commit cb165c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions x-pack/packages/ml/url_state/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ RUNTIME_DEPS = [
"@npm//lodash",
"@npm//query-string",
"@npm//react-router-dom",
"@npm//rxjs",
"//packages/kbn-rison",
"//x-pack/packages/ml/is_populated_object",
"//x-pack/packages/ml/nested_property",
]

Expand All @@ -71,7 +73,9 @@ TYPES_DEPS = [
"@npm//@types/lodash",
"@npm//@types/react-router-dom",
"@npm//query-string",
"@npm//rxjs",
"//packages/kbn-rison:npm_module_types",
"//x-pack/packages/ml/is_populated_object:npm_module_types",
"//x-pack/packages/ml/nested_property:npm_module_types",
]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const ChangePointDetectionContextProvider: FC = ({ children }) => {
}, [dataView]);

const [requestParamsFromUrl, updateRequestParams] =
usePageUrlState<ChangePointDetectionRequestParams>('change-point');
usePageUrlState<ChangePointDetectionRequestParams>('changePoint');

const resultQuery = useMemo<Query>(() => {
return (
Expand Down

0 comments on commit cb165c2

Please sign in to comment.