feat(ratecard): add 'Add All' and 'Remove All' buttons, enhance role management, and implement drawer close logic

This commit is contained in:
shancds
2025-05-21 12:26:01 +05:30
parent 4386aabeda
commit db1108a48d
2 changed files with 95 additions and 31 deletions

View File

@@ -16,5 +16,9 @@
"createRatecardErrorMessage": "Create Rate Card failed!",
"updateRatecardSuccessMessage": "Update Rate Card success!",
"updateRatecardErrorMessage": "Update Rate Card failed!",
"currency": "Currency"
"currency": "Currency",
"actionsColumn": "Actions",
"addAllButton": "Add All",
"removeAllButton": "Remove All"
}