mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +02:00
minor table loading fix again (#1586)
Signed-off-by: Denis Bykhov <80476319+BykhovDenis@users.noreply.github.com>
This commit is contained in:
@@ -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 }
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user