After changing PoS items in UpdatePoS ident the JSON template

This commit is contained in:
nicolas.dorier 2023-06-19 14:44:12 +09:00
parent cc3bdc331e
commit 6e392f4cfb
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -166,7 +166,7 @@ document.addEventListener("DOMContentLoaded", function () {
}
},
save: function(){
let template = JSON.stringify(this.items);
let template = JSON.stringify(this.items, null, 2);
this.getInputElement().val(template);
},
editItem: function(index){