Skip to content

Commit 8415d0a

Browse files
AC-1429: Customer Segment is broken
- fix static tests
1 parent b1c5a56 commit 8415d0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/web/mage/backend/tabs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,10 @@ define([
249249
ui.ajaxSettings.hasContent = true;
250250
ui.jqXHR.setRequestHeader('Content-Type', ui.ajaxSettings.contentType);
251251
ui.ajaxSettings.data = jQuery.param(
252-
{isAjax: true, 'form_key': typeof FORM_KEY !== 'undefined' ? FORM_KEY : null},
252+
{
253+
isAjax: true,
254+
'form_key': typeof FORM_KEY !== 'undefined' ? FORM_KEY : null
255+
},
253256
ui.ajaxSettings.traditional
254257
);
255258
},

0 commit comments

Comments
 (0)