diff --git a/web/src/views/Channel/component/EditModal.js b/web/src/views/Channel/component/EditModal.js index b60e9320..b9339c54 100644 --- a/web/src/views/Channel/component/EditModal.js +++ b/web/src/views/Channel/component/EditModal.js @@ -554,28 +554,34 @@ const EditModal = ({ open, channelId, onCancel, onOk, groupOptions }) => { )} - - {/* {inputLabel.model_mapping} */} - - {touched.model_mapping && errors.model_mapping ? ( - - {errors.model_mapping} - - ) : ( - {inputPrompt.model_mapping} - )} - + {inputPrompt.model_mapping && ( + + {/* {inputLabel.model_mapping} */} + + {touched.model_mapping && errors.model_mapping ? ( + + {errors.model_mapping} + + ) : ( + {inputPrompt.model_mapping} + )} + + )} {inputLabel.proxy}