SUPPORT-8746 small fix
This commit is contained in:
parent
2c390fc5d8
commit
cb61d78069
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export class ConfigExecuteBtn extends AbstractButton {
|
|||
initialize() {
|
||||
super.initialize();
|
||||
this.script = this.getScript(ConfigExecutorRpcService);
|
||||
this.messagesService = this.getScript(MessagesService);
|
||||
this.messagesService = this.injector.get(MessagesService);
|
||||
}
|
||||
|
||||
doClickActions(): Promise<any> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue