Skip to content

Commit

Permalink
iot2050-conf-webui: Fix the wrong article number of SM1231 4AI
Browse files Browse the repository at this point in the history
Signed-off-by: Li Hua Qian <[email protected]>
  • Loading branch information
huaqianli committed Dec 3, 2024
1 parent 8840879 commit 8ec32c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export default function SM1231AIConf ({ slotNum, configData, updateConfig, chTot
>
<ModuleInfo
description={chTotal === 4 ? uiString.DESC_MOD_4CH : uiString.DESC_MOD_8CH}
artNumber={configData.mlfb === '6ES7 231-4HD32-0XB0' ? '6ES7 231-4HD32-0XB0' : '6ES7 231-4HF32-0XB0'}
artNumber={configData.mlfb === '6ES7231-4HD32-0XB0' ? '6ES7 231-4HD32-0XB0' : '6ES7 231-4HF32-0XB0'}
fwVersion="NA"
/>

Expand Down

0 comments on commit 8ec32c4

Please sign in to comment.