mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-21 16:01:35 +08:00
fix(newMessage): reduce default display count from 20 to 10
This commit is contained in:
parent
c93b96a03f
commit
6e9b77a97a
@ -24,7 +24,7 @@ const initialState: MessagesState = messagesAdapter.getInitialState({
|
|||||||
currentTopicId: null,
|
currentTopicId: null,
|
||||||
loadingByTopic: {},
|
loadingByTopic: {},
|
||||||
fulfilledByTopic: {},
|
fulfilledByTopic: {},
|
||||||
displayCount: 20
|
displayCount: 10
|
||||||
})
|
})
|
||||||
|
|
||||||
// Payload for receiving messages (used by loadTopicMessagesThunk)
|
// Payload for receiving messages (used by loadTopicMessagesThunk)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user