mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00: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'
|
: typeof displayedMessageCount === 'number'
|
||||||
? displayedMessageCount.toLocaleString('zh-CN')
|
? displayedMessageCount.toLocaleString('zh-CN')
|
||||||
: (isLoadingSessionCounts ? '统计中…' : '--')
|
: '获取中'
|
||||||
return (
|
return (
|
||||||
<div className={`contact-row ${checked ? 'selected' : ''}`}>
|
<div className={`contact-row ${checked ? 'selected' : ''}`}>
|
||||||
<div className="contact-item">
|
<div className="contact-item">
|
||||||
@@ -3910,7 +3910,6 @@ function ExportPage() {
|
|||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}, [
|
}, [
|
||||||
isLoadingSessionCounts,
|
|
||||||
lastExportBySession,
|
lastExportBySession,
|
||||||
nowTick,
|
nowTick,
|
||||||
openSessionDetail,
|
openSessionDetail,
|
||||||
|
|||||||
Reference in New Issue
Block a user