1 changed files with 1 additions and 2 deletions
|
|
@ -264,6 +264,7 @@ export function LeadForm({ estimateId }: LeadFormProps) {
|
||||||
type="submit"
|
type="submit"
|
||||||
className="lf-submit-btn"
|
className="lf-submit-btn"
|
||||||
disabled={leadMutation.isPending}
|
disabled={leadMutation.isPending}
|
||||||
|
aria-disabled={canSubmit ? undefined : true}
|
||||||
style={{
|
style={{
|
||||||
height: 36,
|
height: 36,
|
||||||
flex: "0 0 auto",
|
flex: "0 0 auto",
|
||||||
|
|
@ -339,5 +340,3 @@ export function LeadForm({ estimateId }: LeadFormProps) {
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default LeadForm;
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue