Skip to content

Commit

Permalink
[Dataset quality] Add missing breakdownField while hydrating the Da…
Browse files Browse the repository at this point in the history
…taset Quality Details state. (elastic#196798)

Add the missing `breakdownField` while hydrating the context state from public state (e.g. from URL state).
  • Loading branch information
awahab07 authored Oct 18, 2024
1 parent 3849d99 commit f31fa68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const getContextFromPublicState = (
},
},
dataStream: publicState.dataStream,
breakdownField: publicState.breakdownField,
expandedDegradedField: publicState.expandedDegradedField,
showCurrentQualityIssues:
publicState.showCurrentQualityIssues ?? DEFAULT_CONTEXT.showCurrentQualityIssues,
Expand Down

0 comments on commit f31fa68

Please sign in to comment.