mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-23 23:01:21 +08:00
fix(export): show loading text for pending session message counts
This commit is contained in:
@@ -3832,7 +3832,7 @@ function ExportPage() {
|
||||
? '--'
|
||||
: typeof displayedMessageCount === 'number'
|
||||
? displayedMessageCount.toLocaleString('zh-CN')
|
||||
: (isLoadingSessionCounts ? '统计中…' : '--')
|
||||
: '获取中'
|
||||
return (
|
||||
<div className={`contact-row ${checked ? 'selected' : ''}`}>
|
||||
<div className="contact-item">
|
||||
@@ -3910,7 +3910,6 @@ function ExportPage() {
|
||||
</div>
|
||||
)
|
||||
}, [
|
||||
isLoadingSessionCounts,
|
||||
lastExportBySession,
|
||||
nowTick,
|
||||
openSessionDetail,
|
||||
|
||||
Reference in New Issue
Block a user