Skip to content

Commit

Permalink
Enable value list modal (elastic#181593)
Browse files Browse the repository at this point in the history
## Enable value list modal

---------

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
nkhristinin and kibanamachine authored May 1, 2024
1 parent 6e202ba commit 813741f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export const allowedExperimentalValues = Object.freeze({
/**
* Enables the new modal for the value list items
*/
valueListItemsModalEnabled: false,
valueListItemsModalEnabled: true,
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,7 @@ import { RULES_MANAGEMENT_URL } from '../../../../urls/rules_management';
describe(
'Value list items',
{
tags: ['@ess', '@serverless', '@skipInServerlessMKI'],
env: {
ftrConfig: {
kbnServerArgs: [
`--xpack.securitySolution.enableExperimental=${JSON.stringify([
'valueListItemsModalEnabled',
])}`,
],
},
},
tags: ['@ess', '@serverless'],
},
() => {
beforeEach(() => {
Expand Down

0 comments on commit 813741f

Please sign in to comment.