Skip to content

Commit

Permalink
fix: template breaking issue (#1954)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruwang committed Jan 24, 2024
1 parent cc8669c commit f386de1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export default function TemplateList({
? [...filteredTemplates, testTemplate]
: filteredTemplates
).map((template: TTemplate) => (
<button
<div
onClick={() => {
const newTemplate = replacePresetPlaceholders(template, product);
onTemplateClick(newTemplate);
Expand Down Expand Up @@ -208,7 +208,7 @@ export default function TemplateList({
</Button>
</div>
)}
</button>
</div>
))}
</div>
</main>
Expand Down

2 comments on commit f386de1

@vercel
Copy link

@vercel vercel bot commented on f386de1 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on f386de1 Jan 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

formbricks-com – ./apps/formbricks-com

formbricks-com.vercel.app
formbricks-com-formbricks.vercel.app
formbricks-com-git-main-formbricks.vercel.app
formbricks.com
www.formbricks.com

Please sign in to comment.