merging to sync - still need to fix system.ts

This commit is contained in:
proddy
2023-06-16 06:44:49 +02:00
parent f58dbf6ec1
commit 2ae45ecd6e
20 changed files with 171 additions and 150 deletions

View File

@@ -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,