Made it so the admin and agent should also be able to edit the amount each corporate should pay
This commit is contained in:
@@ -70,6 +70,7 @@ export default function Input({
|
||||
name={name}
|
||||
disabled={disabled}
|
||||
onChange={(e) => onChange(e.target.value)}
|
||||
min={type === "number" ? 0 : undefined}
|
||||
placeholder={placeholder}
|
||||
className={clsx(
|
||||
"px-8 py-6 text-sm font-normal bg-white border border-mti-gray-platinum focus:outline-none",
|
||||
|
||||
Reference in New Issue
Block a user