fix:hideBtnAction

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-11-04 11:46:54 +07:00
parent a760910794
commit 8b4ea6da38
12 changed files with 277 additions and 26 deletions

View file

@ -11,6 +11,7 @@ interface FormUser {
interface FormRole {
roleName: string;
roleDescription: string;
isAdminVisibled: boolean;
}
interface Roles {