Skip to content

Commit

Permalink
Remove beta notice from grid ui (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmroz-allegro authored Oct 21, 2021
1 parent 1f8299b commit 0b5937e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/visualization-manifests/grid/grid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const rulesEvaluator = visualizationDependentEvaluatorBuilder

export const GRID_MANIFEST = new VisualizationManifest(
"grid",
"[BETA] Grid",
"Grid",
rulesEvaluator,
emptySettingsConfig
);

0 comments on commit 0b5937e

Please sign in to comment.