Skip to content

Commit

Permalink
web/charge_manager: Fix typo
Browse files Browse the repository at this point in the history
Introduced three commits ago in 9625281.
  • Loading branch information
MattiasTF committed Nov 14, 2024
1 parent ac7b632 commit e05e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/web/src/modules/charge_manager/chargers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class ChargeManagerChargers extends ConfigComponent<'charge_manager/confi
}))
return;

if (API.hasModule("em_common"))
if (API.hasModule("evse_common"))
await API.save_unchecked('evse/management_enabled', {"enabled": false}, translate_unchecked("charge_manager.script.save_failed"));

await super.sendReset(t);
Expand Down

0 comments on commit e05e64b

Please sign in to comment.