UBERF-8537: Fix component (#7040)
Some checks are pending
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-pg (push) Waiting to run
CI / uitest-qms (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:
Andrey Sobolev 2024-10-25 22:54:08 +07:00 committed by GitHub
parent 30a9c078d3
commit 702cedfcd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
// limitations under the License.
-->
<script lang="ts">
import { getResource, getResourceP } from '@hcengineering/platform'
import { getResourceP } from '@hcengineering/platform'
import { deepEqual } from 'fast-equals'
import { SvelteComponent } from 'svelte'
import type { AnyComponent, AnySvelteComponent } from '../types'
@ -70,6 +70,7 @@
}
})
} else {
loading = false
Ctor = component
}
} else {