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,