Skip to content

Commit

Permalink
Fix export for ButtonWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
monstrfolk committed Aug 20, 2017
1 parent 001e422 commit 30bda11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/defaultwidgets/defaultwidgetregistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export class DefaultWidgetRegistry extends WidgetRegistry {
this.register('boolean', CheckboxWidget);
this.register('checkbox', CheckboxWidget);

this.register('button', ButtonWidget);

this.setDefaultWidget(StringWidget);
}
}

0 comments on commit 30bda11

Please sign in to comment.