Made it so the admin and agent should also be able to edit the amount each corporate should pay

This commit is contained in:
Tiago Ribeiro
2023-11-26 15:15:58 +00:00
parent a9bbbe8b52
commit ca89261e10
6 changed files with 107 additions and 65 deletions

View File

@@ -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",