fix(FE): autoplaylist_id typo
This commit is contained in:
parent
76312f9f0a
commit
56697e6a8b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ export const showForm = async (item: Show) => {
|
|||
autoplaylistId: {
|
||||
label: 'Playlist',
|
||||
component: VSelect,
|
||||
value: item.autoplaylistId,
|
||||
value: item.autoplaylist_id,
|
||||
props: {
|
||||
items: playlists,
|
||||
"item-title": 'name',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue