Dashboard: Hides alpha icon for visualization that is not in alpha/beta stage #19300
Fixes #19251
This commit is contained in:
@@ -19,6 +19,10 @@ function getPluginStateInfoText(state?: PluginState): string | null {
|
||||
const PluginStateinfo: FC<Props> = props => {
|
||||
const text = getPluginStateInfoText(props.state);
|
||||
|
||||
if (!text) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<AlphaNotice
|
||||
state={props.state}
|
||||
|
||||
Reference in New Issue
Block a user