From f56eaaf10eefabd5890392bdaa1f35eca343f052 Mon Sep 17 00:00:00 2001 From: Jo Humphrey <31373245+jamdelion@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:52:40 +0000 Subject: [PATCH] Remove flowSlug prop --- editor.planx.uk/src/pages/FlowEditor/ReadMePage/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/editor.planx.uk/src/pages/FlowEditor/ReadMePage/types.ts b/editor.planx.uk/src/pages/FlowEditor/ReadMePage/types.ts index 2274dcda38..e557ca1e67 100644 --- a/editor.planx.uk/src/pages/FlowEditor/ReadMePage/types.ts +++ b/editor.planx.uk/src/pages/FlowEditor/ReadMePage/types.ts @@ -1,7 +1,6 @@ import { FlowInformation } from "../utils"; export interface ReadMePageProps { - flowSlug: string; flowInformation: FlowInformation; teamSlug: string; }