diff --git a/packages/panel/src/components/Panel.svelte b/packages/panel/src/components/Panel.svelte index 977a6330e9..5efd5b49ce 100644 --- a/packages/panel/src/components/Panel.svelte +++ b/packages/panel/src/components/Panel.svelte @@ -52,7 +52,7 @@ export let isFullSize = false export let embedded = false export let contentClasses: string | undefined = undefined - export let content: HTMLElement | undefined = undefined + export let content: HTMLElement | undefined | null = undefined let lastHref: string let timer: any diff --git a/packages/ui/src/components/Component.svelte b/packages/ui/src/components/Component.svelte index 12a9e2d7b4..b90432d201 100644 --- a/packages/ui/src/components/Component.svelte +++ b/packages/ui/src/components/Component.svelte @@ -13,13 +13,13 @@ // limitations under the License. --> -{#if is} +{#if _is} {#await component} {#if showLoading} @@ -43,7 +53,7 @@ {#if $$slots.default !== undefined} diff --git a/plugins/tracker-resources/src/components/issues/ParentIssue.svelte b/plugins/tracker-resources/src/components/issues/ParentIssue.svelte index 4d9ea6068b..93b5ae1905 100644 --- a/plugins/tracker-resources/src/components/issues/ParentIssue.svelte +++ b/plugins/tracker-resources/src/components/issues/ParentIssue.svelte @@ -13,22 +13,21 @@ // limitations under the License. --> diff --git a/plugins/tracker-resources/src/components/issues/StatusEditor.svelte b/plugins/tracker-resources/src/components/issues/StatusEditor.svelte index 2c7946c1d3..9579eab1d1 100644 --- a/plugins/tracker-resources/src/components/issues/StatusEditor.svelte +++ b/plugins/tracker-resources/src/components/issues/StatusEditor.svelte @@ -14,13 +14,13 @@ --> {#if viewlet !== undefined} - {#if projects} - - {:else} -
-
- -
-
-
- -
dispatch('add-issue')}> -
-
- {/if} -{:else} -
- -
+ + {/if} diff --git a/plugins/tracker-resources/src/components/issues/timereport/EstimationPopup.svelte b/plugins/tracker-resources/src/components/issues/timereport/EstimationPopup.svelte index f11eaf5436..6e4a3dcf9d 100644 --- a/plugins/tracker-resources/src/components/issues/timereport/EstimationPopup.svelte +++ b/plugins/tracker-resources/src/components/issues/timereport/EstimationPopup.svelte @@ -112,15 +112,11 @@ {#if currentProject} - + {/if} {#if currentProject} - + {/if}