Skip to content

Commit

Permalink
Move widget zone to the proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanovM committed Nov 7, 2019
1 parent f0ceba9 commit 1e13af3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
</button>
</li>
</ul>
@await Component.InvokeAsync("AdminWidget", new { widgetZone = AdminWidgetZones.CustomerListButtons })
</div>
@await Component.InvokeAsync("AdminWidget", new { widgetZone = AdminWidgetZones.CustomerListButtons })
</div>
</div>

Expand Down

0 comments on commit 1e13af3

Please sign in to comment.