Skip to content

Commit bb259cf

Browse files
author
Salma Alam-Naylor
committed
Fix contact form name, ignore .netlify
1 parent 0ddf20e commit bb259cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ Thumbs.db
4040

4141
# Routes
4242
_routes.txt
43+
44+
# Local Netlify folder
45+
.netlify

apps/fretonator-web/src/app/pages/contact/contact-index/contact-index.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Router } from '@angular/router';
1010
styleUrls: ['./contact-index.component.scss']
1111
})
1212
export class ContactIndexComponent implements OnInit {
13-
formName: 'contact';
13+
formName = 'Contact';
1414
formSubmitError = false;
1515
form = new FormGroup({
1616
honeypot: new FormControl('', [

0 commit comments

Comments
 (0)