We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83ae91 commit 4538130Copy full SHA for 4538130
1 file changed
src/components/WritePlan/WritePlanLayout.jsx
@@ -15,6 +15,7 @@ const toastOptions = {
15
16
function WritePlanLayout({
17
planId,
18
+ templateId,
19
locale = 'en_GB',
20
userId,
21
currentOrgId,
@@ -29,6 +30,7 @@ function WritePlanLayout({
29
30
<Driver tourName="write_plan" steps={writePlanSteps(t)} locale={locale}>
31
<WritePlan
32
planId={planId}
33
+ templateId={templateId}
34
locale={locale}
35
userId={userId}
36
currentOrgId={currentOrgId}
0 commit comments