74ee47a269
TaxBaik CI/CD / build-and-deploy (push) Successful in 49s
- Move MudTabs inside MudPaper always visible structure - Only render MudTabs content (with data) after isLoading becomes false - Add null/empty check in InquiryTable.OnParametersSet() - Add error handling in InquiryList data loading Previously, MudTabs would render before data loaded, causing child InquiryTable components to mount with empty Inquiries list. After data loaded, child components weren't re-rendered because Blazor didn't detect parameter changes in that scenario. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>