mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
react panels: working on changing type
This commit is contained in:
@@ -14,7 +14,7 @@ export class ReactTestPanel extends PureComponent<PanelProps> {
|
||||
value = data[0].value;
|
||||
}
|
||||
|
||||
return <h2>I am a react value: {value}</h2>;
|
||||
return <h2>Text Panel {value}</h2>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user