mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 13:21:57 +00:00
UBERF-8537: Fix component (#7040)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
30a9c078d3
commit
702cedfcd3
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
-->
|
-->
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { getResource, getResourceP } from '@hcengineering/platform'
|
import { getResourceP } from '@hcengineering/platform'
|
||||||
import { deepEqual } from 'fast-equals'
|
import { deepEqual } from 'fast-equals'
|
||||||
import { SvelteComponent } from 'svelte'
|
import { SvelteComponent } from 'svelte'
|
||||||
import type { AnyComponent, AnySvelteComponent } from '../types'
|
import type { AnyComponent, AnySvelteComponent } from '../types'
|
||||||
@ -70,6 +70,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
loading = false
|
||||||
Ctor = component
|
Ctor = component
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user