Fix in example project
This commit is contained in:
@@ -53,7 +53,7 @@ public class TestForm2 : FormBase
|
||||
await NavigateTo(fto);
|
||||
};
|
||||
|
||||
await NavigateTo(ad);
|
||||
await OpenModal(ad);
|
||||
}
|
||||
else if (call.Value == "confirm")
|
||||
{
|
||||
@@ -67,7 +67,7 @@ public class TestForm2 : FormBase
|
||||
await pd.NavigateTo(tf);
|
||||
};
|
||||
|
||||
await NavigateTo(pd);
|
||||
await OpenModal(pd);
|
||||
}
|
||||
else if (call.Value == "prompt")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user