Skip to content

Commit

Permalink
[home] fix templates loading
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Sep 22, 2024
1 parent 8be9dbb commit cf1e57b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/loginpage/src/paneltemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
}

const _on_add_templates = function(tmpls) {
templates.empty();
for (let item of tmpls) {
var model = new FileTemplateModel(item);

Expand Down

0 comments on commit cf1e57b

Please sign in to comment.