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