Add file upload popup dialog

This commit is contained in:
2025-11-19 19:09:03 +09:00
parent cabf4ec893
commit 7c5c889c53
7 changed files with 123 additions and 9 deletions

View File

@ -46,8 +46,6 @@
protected override async Task OnAfterRenderAsync(bool firstRender)
{
await base.OnAfterRenderAsync(firstRender);
if (firstRender)
{
ChangeState(PageState.Loading);