Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers authored Mar 21, 2023
1 parent 0cf4e90 commit 28c647c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ export const registerUrlServiceSavedObjectType = (
},
},
},
// Information needed to load and execute a locator.
locatorJSON: {
type: 'text',
index: false,
},
},
},
migrations: () => {
Expand Down

0 comments on commit 28c647c

Please sign in to comment.