fix updating of board profile

This commit is contained in:
MichaelDvP
2023-03-18 13:53:13 +01:00
parent c92d9123a0
commit 369c7554f2

View File

@@ -106,6 +106,7 @@ const SettingsApplication: FC = () => {
const changeBoardProfile = (event: React.ChangeEvent<HTMLInputElement>) => {
const board_profile = event.target.value;
updateFormValue(event);
if (board_profile === 'CUSTOM') {
setData({
...data,