[#2540] fixed missing CommonHelper references on Downloaad as JSON btn
This commit is contained in:
@@ -779,7 +779,7 @@ export default class CommonHelper {
|
||||
|
||||
name = name.endsWith(".json") ? name : (name + ".json");
|
||||
|
||||
download(encodedObj, name)
|
||||
CommonHelper.download(encodedObj, name)
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user