feat(ratecard): add minimum value constraint to rate input fields
This commit is contained in:
@@ -259,6 +259,7 @@ const RatecardDrawer = ({
|
||||
<Input
|
||||
type="number"
|
||||
value={roles[index]?.rate ?? 0}
|
||||
min={0}
|
||||
style={{
|
||||
background: 'transparent',
|
||||
border: 'none',
|
||||
|
||||
Reference in New Issue
Block a user