Fix in example project

This commit is contained in:
FlorianDahn 2023-06-04 16:49:15 +02:00
parent e12e21845f
commit cd75275950

View File

@ -53,7 +53,7 @@ public class TestForm2 : FormBase
await NavigateTo(fto); await NavigateTo(fto);
}; };
await NavigateTo(ad); await OpenModal(ad);
} }
else if (call.Value == "confirm") else if (call.Value == "confirm")
{ {
@ -67,7 +67,7 @@ public class TestForm2 : FormBase
await pd.NavigateTo(tf); await pd.NavigateTo(tf);
}; };
await NavigateTo(pd); await OpenModal(pd);
} }
else if (call.Value == "prompt") else if (call.Value == "prompt")
{ {