feat(ratecard): implement insertOne functionality for single role creation and update API integration

This commit is contained in:
shancds
2025-05-22 13:03:08 +05:30
parent a879176c24
commit a711d48c9c
6 changed files with 84 additions and 26 deletions

View File

@@ -253,6 +253,7 @@ const RatecardDrawer = ({
render: (text: number, record: any, index: number) => (
<Input
type="number"
autoFocus={index === addingRowIndex}
value={roles[index]?.rate ?? 0}
style={{
background: 'transparent',