mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
react panels minor progress
This commit is contained in:
@@ -6,7 +6,7 @@ export class ReactTestPanel extends React.Component<any, any> {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <h2>Panel content</h2>;
|
||||
return <h2>I am a react panel, haha!</h2>;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user