mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-11 01:40:32 +00:00
QFIX: Fix list applications display (#8417)
Some checks are pending
CI / uitest-pg (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Some checks are pending
CI / uitest-pg (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
8378c50eb9
commit
addd09cc52
@ -72,7 +72,7 @@
|
||||
$: configOptions = options
|
||||
$: resultOptions = {
|
||||
...configOptions,
|
||||
...(Object.keys(lookup).length > 0 ? lookup : {}),
|
||||
...(Object.keys(lookup).length > 0 ? { lookup } : {}),
|
||||
...(orderBy !== undefined ? { sort: { [orderBy[0]]: orderBy[1] } } : {})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user