After changing PoS items in UpdatePoS ident the JSON template
This commit is contained in:
parent
cc3bdc331e
commit
6e392f4cfb
@ -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){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user