+
+
-
+ {#if headerTr}
+
+ {:else}
+ {header}
+ {/if}
- {#each trgs as config (config.id)}
+ {#each tagRenderings as config (config.id)}
{#if config.IsKnown($tags) && (config.condition === undefined || config.condition.matchesProperties($tags))}
{/if}
{/each}
+
+
+{/if}
diff --git a/src/UI/Popup/TagRendering/Questionbox.svelte b/src/UI/Popup/TagRendering/Questionbox.svelte
index 646c1167d..53c787274 100644
--- a/src/UI/Popup/TagRendering/Questionbox.svelte
+++ b/src/UI/Popup/TagRendering/Questionbox.svelte
@@ -31,7 +31,7 @@
*/
export let notForLabels: string[] | undefined = undefined
const _notForLabels = new Set(notForLabels)
- let showAllQuestionsAtOnce: Store