Merge pull request #56 from Frappet/fix/permission

fix:hideBtnAction
This commit is contained in:
Warunee Tamkoo 2025-11-04 14:17:42 +07:00 committed by GitHub
commit 3856035ce1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 {