Skip to content

Commit

Permalink
[explode] add expermimental label
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Feb 9, 2022
1 parent 32593b4 commit 06dfb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/controls/choose-explode-attr.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class ChooseExplodeAttr extends React.Component {
return (
<div style={{paddingTop: 5}}>
<SidebarSubtitle>
{t("sidebar:Explode tree by")}
{"[experimental] " + t("sidebar:Explode tree by")}
</SidebarSubtitle>
<div style={{width: controlsWidth, fontSize: 14}}>
<Select
Expand Down

0 comments on commit 06dfb6b

Please sign in to comment.