add HttpClientFactory support

This commit is contained in:
sbwalker
2024-03-21 10:43:46 -04:00
parent e4e78e2083
commit ce14b9e43e
3 changed files with 41 additions and 15 deletions

View File

@ -253,10 +253,7 @@ else
private void Confirm()
{
if (PageState.RenderMode == RenderModes.Interactive || ModuleState.RenderMode == RenderModes.Interactive)
{
DisplayModal();
}
OnClick();
DisplayModal();
}
}