refactor(editor-ui): Remove webhook deletion success toasts (#3839)

This commit is contained in:
Iván Ovejero
2022-08-05 15:28:21 +02:00
committed by GitHub
parent 60da5bb7ec
commit a7b229f98a
3 changed files with 0 additions and 12 deletions

View File

@@ -156,11 +156,6 @@ export default mixins(
);
return;
}
this.$showMessage({
title: this.$locale.baseText('ndv.execute.stopWaitingForWebhook.success'),
type: 'success',
});
},
async onClick() {