fix/closing videoRecorderModal without uploading will keep it in the post step
This commit is contained in:
parent
5404c173bf
commit
82978ed739
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ export default function VideoRecordModal() {
|
||||||
const posthog = usePostHog();
|
const posthog = usePostHog();
|
||||||
|
|
||||||
function closeModal() {
|
function closeModal() {
|
||||||
|
setStep("pre");
|
||||||
setOpen(false);
|
setOpen(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue