mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
After changing PoS items in UpdatePoS ident the JSON template
This commit is contained in:
parent
cc3bdc331e
commit
6e392f4cfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue