Skip to content
Snippets Groups Projects
Commit b90fcb1d authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

Add more bindings

parent 2c9c27b5
No related branches found
No related tags found
No related merge requests found
Pipeline #4125 passed
......@@ -78,7 +78,7 @@
<Top
type={topic.type}
addons={topic.addons}
content={topic.content}
bind:content={topic.content}
bind:elem={topic.elem}
bind:title={topic.title}
on:empty={() => handleEmpty(i)}
......
......@@ -64,7 +64,7 @@
<label class="label">Tagesordnungspunkte</label>
</div>
<TopEditor topics={data.topics} />
<TopEditor bind:topics={data.topics} />
<!--
<IntegrationsSettings />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment