config help fix

This commit is contained in:
saifullah-N
2022-12-23 00:41:02 +05:30
parent 20360b983b
commit fde5ed3ac7
2 changed files with 78 additions and 33 deletions

View File

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