issue-449 (#452)

This commit is contained in:
George Berezhnoy 2018-09-20 08:19:07 +03:00 committed by GitHub
parent 854d47ff76
commit cbe8fd2965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -280,7 +280,7 @@ export default class Tools extends Module {
function : toolClass.prepare,
data : {
toolName,
config: this.toolsSettings[toolName]
config: this.toolsSettings[toolName][this.apiSettings.CONFIG]
}
});
} else {