Fix draft error when logged out
This commit is contained in:
@@ -253,7 +253,7 @@ export default function ProfilePageClient() {
|
||||
}, [draft, router]);
|
||||
|
||||
const handleStartNewCustomRule = useCallback(() => {
|
||||
prepareFreshCreateFlowEntrySync();
|
||||
prepareFreshCreateFlowEntrySync({ signedIn: true });
|
||||
router.push("/create/informational");
|
||||
}, [router]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user