mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-06-04 15:11:47 +00:00
fix(export): restore session table body rendering
This commit is contained in:
@@ -6366,6 +6366,7 @@ function ExportPage() {
|
||||
className="contacts-virtuoso"
|
||||
data={filteredContacts}
|
||||
computeItemKey={(_, contact) => contact.username}
|
||||
fixedItemHeight={76}
|
||||
itemContent={renderContactRow}
|
||||
rangeChanged={handleContactsRangeChanged}
|
||||
atTopStateChange={setIsContactsListAtTop}
|
||||
|
||||
Reference in New Issue
Block a user