Skip to content
Snippets Groups Projects
Commit db5a1327 authored by Midhun Suresh's avatar Midhun Suresh
Browse files

Fix ts-error

parent a90be587
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,10 @@ export class RootView extends TemplateView<RootViewModel> { ...@@ -25,6 +25,10 @@ export class RootView extends TemplateView<RootViewModel> {
class StartView extends TemplateView<RootViewModel> { class StartView extends TemplateView<RootViewModel> {
constructor(value) {
super(value);
}
render(t, vm: RootViewModel) { render(t, vm: RootViewModel) {
return t.button({ className: "StartChat", onClick: () => vm.start() }); return t.button({ className: "StartChat", onClick: () => vm.start() });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment