This commit is contained in:
mmrbnjd
2025-07-22 19:05:57 +03:30
parent e1848869fe
commit 83f64606d1
5 changed files with 32 additions and 22 deletions

View File

@@ -27,7 +27,7 @@
</div>
@code {
[Parameter] public ADD_GroupDto model { get; set; } = new();
public ADD_GroupDto model { get; set; } = new();
[Parameter] public EventCallback OnMultipleOfThree { get; set; }
public bool loading { get; set; } = false;
}