Skip to content

Commit fbc3f9e

Browse files
committed
Change linting error
1 parent 445f050 commit fbc3f9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plugins/discover/server/ui_settings.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,7 @@ export const uiSettings: Record<string, UiSettingsParams> = {
170170
}),
171171
value: true,
172172
description: i18n.translate('discover.advancedSettings.discover.modifyColumnsOnSwitchText', {
173-
defaultMessage:
174-
'Remove columns that not available in the new index pattern.'
173+
defaultMessage: 'Remove columns that not available in the new index pattern.',
175174
}),
176175
category: ['discover'],
177176
schema: schema.boolean(),

0 commit comments

Comments
 (0)