Skip to content

Commit

Permalink
UI_SETTINGS -> FORMATS_UI_SETTINGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant committed Aug 3, 2021
1 parent 1de3fd5 commit 8cb5b2e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ function PercentageModeOption({
formatPattern,
}: PercentageModeOptionProps) {
const { services } = useKibana();
const defaultPattern = services.uiSettings?.get(FORMATS_UI_SETTINGS.FORMAT_PERCENT_DEFAULT_PATTERN);
const defaultPattern = services.uiSettings?.get(
FORMATS_UI_SETTINGS.FORMAT_PERCENT_DEFAULT_PATTERN
);

return (
<>
Expand Down

0 comments on commit 8cb5b2e

Please sign in to comment.