mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
UI/Button: Remove deprecated "link" variant (#49843)
This commit is contained in:
@@ -72,7 +72,7 @@ export class InputQueryEditor extends PureComponent<Props, State> {
|
||||
{query.data ? (
|
||||
<div style={{ alignSelf: 'center' }}>{describeDataFrame(query.data)}</div>
|
||||
) : (
|
||||
<LinkButton variant="link" href={`datasources/edit/${uid}/`}>
|
||||
<LinkButton fill="text" href={`datasources/edit/${uid}/`}>
|
||||
{name}: {describeDataFrame(datasource.data)}
|
||||
<Icon name="pen" />
|
||||
</LinkButton>
|
||||
|
||||
Reference in New Issue
Block a user