Skip to content

Commit

Permalink
fixed bug adding SpaceBar widget
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennn committed Jun 16, 2018
1 parent 5f4ffb3 commit 0cbfdfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public async Task<IActionResult> Post(IFormCollection formCollection)
var widgetInstance = new WidgetInstance
{
Name = model.Name,
WidgetId = "HtmlWidget",
WidgetId = "SpaceBarWidget",
WidgetZoneId = model.WidgetZoneId,
PublishStart = model.PublishStart,
PublishEnd = model.PublishEnd,
Expand Down

0 comments on commit 0cbfdfc

Please sign in to comment.