From 369c7554f230cdafc093c99740b14b7760d99daf Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Sat, 18 Mar 2023 13:53:13 +0100 Subject: [PATCH] fix updating of board profile --- interface/src/project/SettingsApplication.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/project/SettingsApplication.tsx b/interface/src/project/SettingsApplication.tsx index 3f24ff9c5..b62289a8f 100644 --- a/interface/src/project/SettingsApplication.tsx +++ b/interface/src/project/SettingsApplication.tsx @@ -106,6 +106,7 @@ const SettingsApplication: FC = () => { const changeBoardProfile = (event: React.ChangeEvent) => { const board_profile = event.target.value; + updateFormValue(event); if (board_profile === 'CUSTOM') { setData({ ...data,