Skip to content

Commit

Permalink
Revert step 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasolson committed Sep 7, 2021
1 parent 1e14b3b commit 09e3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/data/server/saved_objects/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SavedObjectsType } from 'kibana/server';
export const querySavedObjectType: SavedObjectsType = {
name: 'query',
hidden: false,
namespaceType: 'multiple-isolated',
namespaceType: 'single',
management: {
icon: 'search',
defaultSearchField: 'title',
Expand Down

0 comments on commit 09e3b7b

Please sign in to comment.