minor table loading fix again (#1586)

Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
Denis Bykhov
2022-04-28 16:41:02 +07:00
committed by GitHub
parent c40088fbfe
commit 64cbfdb7e8
@@ -73,7 +73,7 @@
objects.sort((a, b) => -1 * sortOrder * sf(a, b))
}
dispatch('content', objects)
loading--
loading = loading === 1 ? 0 : -1
},
{ sort: { [sortKey]: sortOrder }, limit: 200, ...options }
)