leveling: Removed redundand dependency injection
This commit is contained in:
parent
224a09a383
commit
f8c41dd073
|
@ -58,6 +58,6 @@ $(function() {
|
|||
OCTOPRINT_VIEWMODELS.push({
|
||||
construct: KlipperLevelingViewModel,
|
||||
dependencies: ["settingsViewModel", "loginStateViewModel", "connectionViewModel"],
|
||||
elements: ["#tab_plugin_klipper_leveling", "#klipper_leveling_dialog"]
|
||||
elements: ["#klipper_leveling_dialog"]
|
||||
});
|
||||
});
|
Loading…
Reference in New Issue