mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Adjust all calls
This commit is contained in:
@@ -263,8 +263,8 @@ export const pushConnection = mixins(
|
||||
// Workflow did execute without a problem
|
||||
this.$titleSet(workflow.name as string, 'IDLE');
|
||||
this.$showMessage({
|
||||
title: this.$baseText('pushConnection.showMessage.title'),
|
||||
message: this.$baseText('pushConnection.showMessage.message'),
|
||||
title: this.$i18n2.baseText('pushConnection.showMessage.title'),
|
||||
message: this.$i18n2.baseText('pushConnection.showMessage.message'),
|
||||
type: 'success',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user