Skip to content

Commit 69bc0f8

Browse files
committed
!410 - Fixed apps datatable js error after removing sub_category
1 parent 2dd3837 commit 69bc0f8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/Core/Views/Default/html/apps/tables/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'componentId' : componentId,
3333
'sectionId' : sectionId,
3434
'fieldId' : 'need_auths',
35-
'fieldLabel' : 'Need Auth?',
35+
'fieldLabel' : 'Auth?',
3636
'fieldLabelClass' : 'mb-0',
3737
'fieldType' : 'html',
3838
'fieldAdditionalClass' : 'mb-0',

apps/Core/Views/Default/html/apps/wizard/modules/form/components.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,10 @@
240240
columns: [
241241
{ orderable: false },
242242
{ orderable: false },
243-
null,
244-
null,
245-
null,
243+
{ orderable: false },
246244
null,
247245
{ orderable: false },
246+
null,
248247
]
249248
}
250249
);

0 commit comments

Comments
 (0)