Sending change signal on delete
This commit is contained in:
@ -36,8 +36,6 @@ Handlebars.registerHelper('ifCond', function (v1, operator, v2, options) {
|
||||
});
|
||||
|
||||
|
||||
const formsTemplate = Handlebars.compile(readFileSync("./views/forms.hbs").toString());
|
||||
|
||||
const cache = new Map<string, Handlebars.TemplateDelegate>();
|
||||
|
||||
export default function getTemplate(name: string) {
|
||||
|
Reference in New Issue
Block a user