mirror of
https://github.com/Damillora/Shioriko.git
synced 2024-11-21 20:07:33 +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>
|
<label for="tags" class="label">Tags</label>
|
||||||
<div class="control" id="tags">
|
<div class="control" id="tags">
|
||||||
<Tags
|
<Tags
|
||||||
|
tags={form.tags}
|
||||||
addKeys={[9, 32]}
|
addKeys={[9, 32]}
|
||||||
on:tags={onTagChange}
|
on:tags={onTagChange}
|
||||||
autoComplete={onAutocomplete}
|
autoComplete={onAutocomplete}
|
||||||
|
Loading…
Reference in New Issue
Block a user