Skip to content

Commit f63322d

Browse files
committed
Fix Toggle-Buttons on Dashboard
1 parent b72ad6e commit f63322d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

assets/webconfig/js/content_dashboard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,6 @@ $(document).ready(function () {
182182
$("#general_comp_" + componentName).bootstrapToggle(isInstanceEnabled ? "enable" : "disable");
183183

184184
$("#general_comp_" + componentName).change(function () {
185-
const componentName = componentName;
186185
const isChecked = $(this).prop('checked');
187186
requestSetComponentState(componentName, isChecked);
188187
});

0 commit comments

Comments
 (0)