template.help fix

This commit is contained in:
saifullah-N
2022-12-23 12:03:20 +05:30
parent 48d2ff1aa2
commit 99d77d8bdf

View File

@@ -74,7 +74,7 @@
function getTitle(): string {
// const help = (!!template.help) ? `${template.help}\n` : "";
return `${help}Default: ${template.default} ${template.unit || ""}`;
return `${template.help}\n Default: ${template.default} ${template.unit || ""}`;
}
function getValue(): string | number {