fix: summon granblueId binding in edit mode
This commit is contained in:
parent
6683a9e53a
commit
28aa547c89
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
/>
|
||||
<SuggestionDetailItem
|
||||
label="Granblue ID"
|
||||
bind:value={editData.granblue_id}
|
||||
bind:value={editData.granblueId}
|
||||
editable={true}
|
||||
type="text"
|
||||
suggestion={suggestions?.granblueId}
|
||||
|
|
|
|||
Loading…
Reference in a new issue