update BreakIcon to ClearIcon
This commit is contained in:
@@ -441,7 +441,7 @@ export function ChatActions(props: {
|
||||
|
||||
<ChatAction
|
||||
text={Locale.Chat.InputActions.Clear}
|
||||
icon={<BreakIcon />}
|
||||
icon={<ClearIcon />}
|
||||
onClick={() => {
|
||||
chatStore.updateCurrentSession((session) => {
|
||||
if (session.clearContextIndex === session.messages.length) {
|
||||
|
||||
Reference in New Issue
Block a user