template.help fix
This commit is contained in:
@@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
function getTitle(): string {
|
function getTitle(): string {
|
||||||
// const help = (!!template.help) ? `${template.help}\n` : "";
|
// 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 {
|
function getValue(): string | number {
|
||||||
|
|||||||
Reference in New Issue
Block a user