this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

reset nonblocking signal

Juliet fe40fb8b 6e4e65ec

+4 -1
+4 -1
src/components/create.tsx
··· 60 60 }; 61 61 62 62 createEffect(() => { 63 - if (openDialog()) setValidate(undefined); 63 + if (openDialog()) { 64 + setValidate(undefined); 65 + setNonBlocking(false); 66 + } 64 67 }); 65 68 66 69 const createRecord = async (formData: FormData) => {