re-add theme ui extension

This commit is contained in:
Kukks 2022-01-24 13:12:12 +01:00
parent 090da6cfb6
commit 06f2d4425c

View file

@ -97,6 +97,7 @@
<a href="#" class="setTheme" data-theme="dark">Dark</a> |
<a href="#" class="setTheme" data-theme="legacy">Legacy</a>
</p>
@await Component.InvokeAsync("UiExtensionPoint", new { location = "invoice-checkout-theme-options", model = Model })
</div>
<button name="command" type="submit" class="btn btn-primary" value="Save">Save</button>
</form>