Skip to content

Commit

Permalink
Revert "feat: extract management code"
Browse files Browse the repository at this point in the history
This reverts commit 526c28e.
  • Loading branch information
SuZhou-Joe committed Jun 25, 2023
1 parent 7f6e943 commit 853b420
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/saved_objects_management/server/routes/find.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export const registerFindRoute = (
fields: schema.oneOf([schema.string(), schema.arrayOf(schema.string())], {
defaultValue: [],
}),
workspaces: schema.maybe(
schema.oneOf([schema.string(), schema.arrayOf(schema.string())])
),
}),
},
},
Expand Down

0 comments on commit 853b420

Please sign in to comment.