Skip to content

Commit

Permalink
Enable value list modal
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Apr 24, 2024
1 parent 18e6bf2 commit 00368fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,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

0 comments on commit 00368fd

Please sign in to comment.