feat(ratecard): implement insertOne functionality for single role creation and update API integration
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user