Skip to content

Commit

Permalink
Modify feature flag to false
Browse files Browse the repository at this point in the history
Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong committed Mar 7, 2024
1 parent 54f16e7 commit 888a8f4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ describe('workspace service', () => {
osd: {
workspace: {
enabled: true,
permission: {
enabled: false,
},
},
savedObjects: {
permission: {
enabled: true,
enabled: false,
},
},
migrations: { skip: false },
Expand Down

0 comments on commit 888a8f4

Please sign in to comment.