mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
merging to sync - still need to fix system.ts
This commit is contained in:
@@ -74,7 +74,7 @@ const SettingsApplication: FC = () => {
|
||||
});
|
||||
|
||||
onSuccessBoardProfile((event) => {
|
||||
const response = event.data as unknown as Settings;
|
||||
const response = event.data as Settings;
|
||||
updateDataValue({
|
||||
...data,
|
||||
board_profile: response.board_profile,
|
||||
|
||||
Reference in New Issue
Block a user