mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Add beta tag to mode switch for Builder mode (#47376)
* Add beta tag to mode switch * Fix selectors
This commit is contained in:
@@ -87,7 +87,7 @@ export function RadioButtonGroup<T>({
|
||||
>
|
||||
{o.icon && <Icon name={o.icon as IconName} className={styles.icon} />}
|
||||
{o.imgUrl && <img src={o.imgUrl} alt={o.label} className={styles.img} />}
|
||||
{o.label}
|
||||
{o.label} {o.component ? <o.component /> : null}
|
||||
</RadioButton>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user