mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
fix: delete all topic confirm button text
This commit is contained in:
parent
1a504ada70
commit
5778a5acb9
@ -98,9 +98,7 @@ const Topics: FC<Props> = ({ assistant, activeTopic, setActiveTopic }) => {
|
||||
description={t('assistant.topics.delete.all.content')}
|
||||
placement="leftBottom"
|
||||
onConfirm={removeAllTopics}
|
||||
okText="Delete All"
|
||||
okType="danger"
|
||||
cancelText="Cancel">
|
||||
okType="danger">
|
||||
<DeleteButton type="text">
|
||||
<DeleteIcon />
|
||||
</DeleteButton>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user