Skip to content

Commit 4538130

Browse files
committed
fix: add templateId
1 parent e83ae91 commit 4538130

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/WritePlan/WritePlanLayout.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ const toastOptions = {
1515

1616
function WritePlanLayout({
1717
planId,
18+
templateId,
1819
locale = 'en_GB',
1920
userId,
2021
currentOrgId,
@@ -29,6 +30,7 @@ function WritePlanLayout({
2930
<Driver tourName="write_plan" steps={writePlanSteps(t)} locale={locale}>
3031
<WritePlan
3132
planId={planId}
33+
templateId={templateId}
3234
locale={locale}
3335
userId={userId}
3436
currentOrgId={currentOrgId}

0 commit comments

Comments
 (0)