Skip to content

Commit

Permalink
change Google Sheet script url
Browse files Browse the repository at this point in the history
  • Loading branch information
bozzhik committed Jun 19, 2024
1 parent be1bc1d commit f31ec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UI/BookingForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const BoockingForm: React.FC<BookingFormProps> = ({closeForm, pre_name, pre_emai
const [submitMessage, setSubmitMessage] = useState('')

const onSubmit: SubmitHandler<FormFields> = async (data) => {
const GOOGLE_SHEET_URL = 'https://script.google.com/macros/s/AKfycbyv3l6YobXBZpFH5jlpJCZof-OsJ-5H5cG1-ukP0AGuCDFAh_lgpOMictIumrd7C7eDMw/exec'
const GOOGLE_SHEET_URL = 'https://script.google.com/macros/s/AKfycbwbj6gajsfpBfzkbncjcO0SPo-fiQwyk2_G8aEFZMKRLwupzTXPXqVeUc57ZLOCBaizVA/exec'

try {
const response = await fetch(GOOGLE_SHEET_URL, {
Expand Down

0 comments on commit f31ec3e

Please sign in to comment.