Skip to content

Commit 99fad02

Browse files
r-farkhutdinovRuslan Farkhutdinov
andauthored
Switch: Remove "m" prefix after TS refactoring (DevExpress#30565)
Co-authored-by: Ruslan Farkhutdinov <[email protected]>
1 parent ef4877e commit 99fad02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/devextreme/js/__internal/ui/m_switch.ts renamed to packages/devextreme/js/__internal/ui/switch.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ class Switch extends Editor<Properties> {
7979
};
8080
}
8181

82-
// eslint-disable-next-line class-methods-use-this
8382
_useTemplates(): boolean {
8483
return false;
8584
}

packages/devextreme/js/ui/switch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Switch from '../__internal/ui/m_switch';
1+
import Switch from '../__internal/ui/switch';
22

33
export default Switch;
44

0 commit comments

Comments
 (0)