fixes filter and table view and add user dialog

This commit is contained in:
mohammad
2025-01-12 15:32:03 +03:00
parent f8efc07fdb
commit 15023e5882
10 changed files with 496 additions and 488 deletions

View File

@ -42,7 +42,7 @@ class RolesUserModel {
invitedBy:
json['invitedBy'].toString().toLowerCase().replaceAll("_", " "),
phoneNumber: json['phoneNumber'],
jobTitle: json['jobTitle'].toString(),
jobTitle: json['jobTitle'] ?? "-",
createdDate: json['createdDate'],
createdTime: json['createdTime'],
);