mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 20:27:43 +02:00
Fix applications view (#2537)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
const statesQuery = createQuery()
|
||||
statesQuery.query(
|
||||
task.class.State,
|
||||
{ space },
|
||||
space != null ? { space } : {},
|
||||
(res) => {
|
||||
states = res
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user