Edit flow configured
This commit is contained in:
@@ -77,6 +77,12 @@ export function SignedInDraftHydration({
|
||||
return;
|
||||
}
|
||||
|
||||
const urlStep = parseCreateFlowScreenFromPathname(pathname ?? null);
|
||||
/** Owner “view published rule” shell — never merge server draft or redirect to `currentStep`. */
|
||||
if (urlStep === "completed") {
|
||||
return;
|
||||
}
|
||||
|
||||
let cancelled = false;
|
||||
setLoadingHydration(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user