Skip to content

Commit c752c1e

Browse files
authored
style: Remove require marks from Chat paramerter sliders (#4582)
1 parent a06b408 commit c752c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react/src/components/Chat/ChatParametersSliders.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ export const ChatParametersSliders = ({
142142
<Form
143143
size="small"
144144
layout="vertical"
145+
requiredMark={false}
145146
initialValues={
146147
Object.keys(parameters).length > 0
147148
? parameters

0 commit comments

Comments
 (0)