fix module template issues

This commit is contained in:
Shaun Walker
2021-06-17 12:12:19 -04:00
parent f330c4fcb6
commit 32c49f74d3
6 changed files with 15 additions and 17 deletions

View File

@ -80,7 +80,7 @@
try
{
validated = true;
var interop = new Interop(JSRuntime);
var interop = new Oqtane.UI.Interop(JSRuntime);
if (await interop.FormValid(form))
{
if (PageState.Action == "Add")