Skip to content

Commit

Permalink
turn off experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiWu committed Apr 20, 2022
1 parent b337f96 commit 0576f50
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export type ExperimentalFeatures = typeof allowedExperimentalValues;
export const allowedExperimentalValues = Object.freeze({
rulesListDatagrid: true,
internalAlertsTable: false,
internalShareableComponentsSandbox: true,
internalShareableComponentsSandbox: false,
rulesDetailLogs: true,
});

Expand Down

0 comments on commit 0576f50

Please sign in to comment.