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}
|
onSortStatusChange={setSortStatus}
|
||||||
records={records ?? []}
|
records={records ?? []}
|
||||||
fetching={folders.isLoading}
|
fetching={folders.isLoading}
|
||||||
minHeight={160}
|
|
||||||
loaderBackgroundBlur={5}
|
loaderBackgroundBlur={5}
|
||||||
loaderVariant='dots'
|
loaderVariant='dots'
|
||||||
rowContextMenu={{
|
rowContextMenu={{
|
||||||
|
|
|
@ -288,7 +288,6 @@ export default function Invites() {
|
||||||
onSortStatusChange={setSortStatus}
|
onSortStatusChange={setSortStatus}
|
||||||
records={records ?? []}
|
records={records ?? []}
|
||||||
fetching={!ok}
|
fetching={!ok}
|
||||||
minHeight={160}
|
|
||||||
loaderBackgroundBlur={5}
|
loaderBackgroundBlur={5}
|
||||||
loaderVariant='dots'
|
loaderVariant='dots'
|
||||||
rowContextMenu={{
|
rowContextMenu={{
|
||||||
|
|
|
@ -313,7 +313,6 @@ export default function Urls() {
|
||||||
onSortStatusChange={setSortStatus}
|
onSortStatusChange={setSortStatus}
|
||||||
records={records ?? []}
|
records={records ?? []}
|
||||||
fetching={urls.isLoading}
|
fetching={urls.isLoading}
|
||||||
minHeight={160}
|
|
||||||
loaderBackgroundBlur={5}
|
loaderBackgroundBlur={5}
|
||||||
loaderVariant='dots'
|
loaderVariant='dots'
|
||||||
rowContextMenu={{
|
rowContextMenu={{
|
||||||
|
|
Loading…
Add table
Reference in a new issue