diff --git a/workflow/engine/methods/authenticationSources/src/components/newMatchedAttribute.vue b/workflow/engine/methods/authenticationSources/src/components/newMatchedAttribute.vue index 75470ddda..04c78cc91 100644 --- a/workflow/engine/methods/authenticationSources/src/components/newMatchedAttribute.vue +++ b/workflow/engine/methods/authenticationSources/src/components/newMatchedAttribute.vue @@ -69,6 +69,7 @@ mounted() { let promise = this.getRolesList(); promise.then(response => { + response; this.changeRoles(); }); },