mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Expressions: updating copy from experimental to beta. (#35149)
This commit is contained in:
@@ -344,7 +344,7 @@ export class QueryGroup extends PureComponent<Props, State> {
|
||||
</Button>
|
||||
)}
|
||||
{config.expressionsEnabled && this.isExpressionsSupported(dsSettings) && (
|
||||
<Tooltip content="Experimental feature: queries could stop working in next version" placement="right">
|
||||
<Tooltip content="Beta feature: queries could stop working in next version" placement="right">
|
||||
<Button
|
||||
icon="plus"
|
||||
onClick={this.onAddExpressionClick}
|
||||
|
||||
Reference in New Issue
Block a user