We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7bc77 commit 1a3f87eCopy full SHA for 1a3f87e
client/src/js/appDataAdmin.js
@@ -21,7 +21,7 @@ async function addAppDataAdmin( params ) {
21
handler: function (btn) {
22
if (detailResponseText) {
23
const blob = new Blob([detailResponseText], {type: 'application/json'})
24
- downloadBlob(blob, 'stig-manager-details.json')
+ downloadBlob(blob, SM.Global.filenameEscaped(`stig-manager-details_${SM.Global.filenameComponentFromDate()}.json`))
25
}
26
27
0 commit comments