fix: any instance of #345
This commit is contained in:
parent
40a0cce3e8
commit
1ed267ad94
3 changed files with 0 additions and 3 deletions
|
@ -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={{
|
||||
|
|
|
@ -288,7 +288,6 @@ export default function Invites() {
|
|||
onSortStatusChange={setSortStatus}
|
||||
records={records ?? []}
|
||||
fetching={!ok}
|
||||
minHeight={160}
|
||||
loaderBackgroundBlur={5}
|
||||
loaderVariant='dots'
|
||||
rowContextMenu={{
|
||||
|
|
|
@ -313,7 +313,6 @@ export default function Urls() {
|
|||
onSortStatusChange={setSortStatus}
|
||||
records={records ?? []}
|
||||
fetching={urls.isLoading}
|
||||
minHeight={160}
|
||||
loaderBackgroundBlur={5}
|
||||
loaderVariant='dots'
|
||||
rowContextMenu={{
|
||||
|
|
Loading…
Add table
Reference in a new issue