mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
add_user_dialog
This commit is contained in:
@ -16,7 +16,7 @@ class RoleTypeModel {
|
||||
uuid: json['uuid'],
|
||||
createdAt: json['createdAt'],
|
||||
updatedAt: json['updatedAt'],
|
||||
type: json['type'],
|
||||
type: json['type'].toString().toLowerCase().replaceAll("_", " "),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user