fix/closing videoRecorderModal without uploading will keep it in the post step

This commit is contained in:
MarconLP 2023-05-01 22:35:21 +02:00
parent 5404c173bf
commit 82978ed739
No known key found for this signature in database
GPG key ID: A08A9C8B623F5EA5

View file

@ -12,6 +12,7 @@ export default function VideoRecordModal() {
const posthog = usePostHog();
function closeModal() {
setStep("pre");
setOpen(false);
}