mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-14 01:17:31 +00:00
fix: tags not bound correctly
This commit is contained in:
parent
e8a258353e
commit
2eaf696b53
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user