-
topics ({data.task?.tasksToTopics.length})
-
-
- {#if addTopicsDropdownShown}
-
- {/if}
-
+
Topics ({data.task?.tasksToTopics.length})
+
+
+
+
+
+
+
+
+
+ No topic found.
+
+ {#each data.topics as topic}
+ {
+ value = topic.id.toString();
+ closeAndFocusTrigger();
+ }}
+ >
+
+ {topic.name}
+
+ {/each}
+
+
+
+
+