Skip to content

Commit b4da706

Browse files
author
kim
committed
refactor: fix PR requested changes
1 parent f331b3c commit b4da706

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/settings/ChatbotSettings.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ const useChatbotSetting = () => {
3838

3939
const saveSetting = useCallback(
4040
async (data: ChatbotPromptSettings): Promise<void> => {
41-
// setting does not exist
4241
if (setting) {
4342
await patchSetting({
4443
id: setting.id,
@@ -133,7 +132,7 @@ function ChatbotSettings() {
133132
<Stack direction="column" spacing={1}>
134133
<Stack direction="column">
135134
<Stack direction="row" spacing={1}>
136-
<FormLabel htmlFor="chatbotName">
135+
<FormLabel>
137136
<Typography>{t('CHATBOT_NAME_LABEL')}:</Typography>
138137
</FormLabel>
139138
<Typography>{chatbotName}</Typography>

0 commit comments

Comments
 (0)