[#2540] fixed missing CommonHelper references on Downloaad as JSON btn

This commit is contained in:
Gani Georgiev
2023-05-23 07:55:21 +03:00
parent a291cb5ca7
commit 007ef1e152
32 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ export default class CommonHelper {
name = name.endsWith(".json") ? name : (name + ".json");
download(encodedObj, name)
CommonHelper.download(encodedObj, name)
}
/**