Skip to content

Commit

Permalink
Improve README. Use previously used pageKey for Explain Log Rate Spikes.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Dec 21, 2022
1 parent 8365e47 commit e5bf313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/packages/ml/nested_property/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# @kbn/ml-nested-property

Empty package generated by @kbn/generate
Provides functionality similar to lodash's get() except that it's TypeScript aware and able to infer return types.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const ExplainLogRateSpikesPage: FC<ExplainLogRateSpikesPageProps> = ({
} = useSpikeAnalysisTableRowContext();

const [aiopsListState, setAiopsListState] = usePageUrlState(
'explain-log-rate-spikes',
'AIOPS_INDEX_VIEWER',
restorableDefaults
);
const [globalState, setGlobalState] = useUrlState('_g');
Expand Down

0 comments on commit e5bf313

Please sign in to comment.