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 b1c5a56 commit 8415d0aCopy full SHA for 8415d0a
lib/web/mage/backend/tabs.js
@@ -249,7 +249,10 @@ define([
249
ui.ajaxSettings.hasContent = true;
250
ui.jqXHR.setRequestHeader('Content-Type', ui.ajaxSettings.contentType);
251
ui.ajaxSettings.data = jQuery.param(
252
- {isAjax: true, 'form_key': typeof FORM_KEY !== 'undefined' ? FORM_KEY : null},
+ {
253
+ isAjax: true,
254
+ 'form_key': typeof FORM_KEY !== 'undefined' ? FORM_KEY : null
255
+ },
256
ui.ajaxSettings.traditional
257
);
258
},
0 commit comments