mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
- fix issues with function calls
This commit is contained in:
@ -53,16 +53,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
|
||||||
"rewrites": [
|
|
||||||
{
|
|
||||||
"source": "/printSinglePageResume",
|
|
||||||
"function": "printSinglePageResume"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/printMultiPageResume",
|
|
||||||
"function": "printMultiPageResume"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}],
|
}],
|
||||||
"emulators": {
|
"emulators": {
|
||||||
|
|||||||
@ -11,7 +11,7 @@ const ExportModal = () => {
|
|||||||
const [open, setOpen] = useState(false);
|
const [open, setOpen] = useState(false);
|
||||||
const [isLoadingSingle, setLoadingSingle] = useState(false);
|
const [isLoadingSingle, setLoadingSingle] = useState(false);
|
||||||
const [isLoadingMulti, setLoadingMulti] = useState(false);
|
const [isLoadingMulti, setLoadingMulti] = useState(false);
|
||||||
const functionsUrl = 'https://rxresume-staging.web.app';
|
const functionsUrl = 'https://us-central1-rx-resume.cloudfunctions.net';
|
||||||
|
|
||||||
const { emitter, events } = useContext(ModalContext);
|
const { emitter, events } = useContext(ModalContext);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user