mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PanelEditor: Fixed switch tabs (#23859)
This commit is contained in:
@@ -125,6 +125,7 @@ export class TransformationsEditor extends React.PureComponent<Props> {
|
||||
{standardTransformersRegistry.list().map(t => {
|
||||
return (
|
||||
<TransformationCard
|
||||
key={t.name}
|
||||
title={t.name}
|
||||
description={t.description}
|
||||
actions={<Button>Select</Button>}
|
||||
|
||||
Reference in New Issue
Block a user