Skip to content

Commit

Permalink
Merge pull request #674 from taiwonaf/feat-Hgn-email-template
Browse files Browse the repository at this point in the history
Feat hgn email template
  • Loading branch information
Prudent Bird authored Jul 25, 2024
2 parents 3a6dd51 + 2c6c4c4 commit 9056c3b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ const GenerateField = () => {
isButtonVisible={true}
buttonContent="Generate"
onButtonClick={() =>
router.push("/admin/email/generate-with-html/preview-template")
router.push(
"/dashboard/admin/email/generate-with-html/preview-template",
)
}
/>
</div>
Expand Down

0 comments on commit 9056c3b

Please sign in to comment.