Skip to content

Commit

Permalink
data view should be lower case in this particular instance (#127533)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
(cherry picked from commit 2ec0a19)
  • Loading branch information
mattkime committed Mar 15, 2022
1 parent 5633781 commit ded8075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data_views/server/saved_objects/data_views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const dataViewSavedObjectType: SavedObjectsType = {
namespaceType: 'multiple-isolated',
convertToMultiNamespaceTypeVersion: '8.0.0',
management: {
displayName: 'Data view',
displayName: 'data view',
icon: 'indexPatternApp',
defaultSearchField: 'title',
importableAndExportable: true,
Expand Down

0 comments on commit ded8075

Please sign in to comment.