fix: tags not bound correctly

This commit is contained in:
Damillora 2023-08-30 21:18:15 +07:00
parent e8a258353e
commit 2eaf696b53
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@
<label for="tags" class="label">Tags</label>
<div class="control" id="tags">
<Tags
tags={form.tags}
addKeys={[9, 32]}
on:tags={onTagChange}
autoComplete={onAutocomplete}