Fix draft error when logged out

This commit is contained in:
adilallo
2026-05-26 09:09:11 -06:00
parent 8420ce42e3
commit 62efb6a0cc
8 changed files with 203 additions and 95 deletions
@@ -57,9 +57,9 @@ const TopContainer = memo<TopProps>(
* (see {@link prepareFreshCreateFlowEntrySync}).
*/
const handleCreateRuleClick = useCallback(() => {
prepareFreshCreateFlowEntrySync();
prepareFreshCreateFlowEntrySync({ signedIn: loggedIn });
router.push("/create/informational");
}, [router]);
}, [loggedIn, router]);
// Schema markup for site navigation
const schemaData = {