We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416b8d4 commit f54eb02Copy full SHA for f54eb02
app/code/Magento/Integration/view/adminhtml/web/js/integration.js
@@ -331,7 +331,7 @@ define([
331
click: function () {
332
// Find the 'Allow' button and clone - it has all necessary data, but is going to be
333
// destroyed along with the current dialog
334
- var ctx = $(this).parent().find('button.primary').clone(true);
+ var ctx = $(this).parent().find('button.action-primary').clone(true);
335
$(this).dialog('destroy');
336
// Make popup out of data we saved from 'Allow' button
337
window.integration.popup.show(ctx);
0 commit comments