Skip to content

Commit

Permalink
remove state from task management so
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Apr 14, 2023
1 parent 446c22b commit d5c1f1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/task_manager/server/saved_objects/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ export const taskMappings: SavedObjectsTypeMappingDefinition = {
// params: {
// type: 'text',
// },
state: {
type: 'text',
},
// state: {
// type: 'text',
// },
// NO NEED TO BE INDEXED
// user: {
// type: 'keyword',
Expand Down

0 comments on commit d5c1f1e

Please sign in to comment.