fix: any instance of #345

This commit is contained in:
diced 2023-03-25 23:36:16 -07:00
parent 40a0cce3e8
commit 1ed267ad94
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
3 changed files with 0 additions and 3 deletions

View file

@ -251,7 +251,6 @@ export default function Folders({ disableMediaPreview, exifEnabled, compress })
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={folders.isLoading}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{

View file

@ -288,7 +288,6 @@ export default function Invites() {
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={!ok}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{

View file

@ -313,7 +313,6 @@ export default function Urls() {
onSortStatusChange={setSortStatus}
records={records ?? []}
fetching={urls.isLoading}
minHeight={160}
loaderBackgroundBlur={5}
loaderVariant='dots'
rowContextMenu={{