react panels: working on changing type

This commit is contained in:
Torkel Ödegaard
2018-07-09 18:17:51 +02:00
parent e052e165e9
commit 761283231c
17 changed files with 352 additions and 90 deletions

View File

@@ -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>;
}
}