fix(FE): autoplaylist_id typo

This commit is contained in:
Michael 2025-03-31 20:02:00 +02:00
parent 76312f9f0a
commit 56697e6a8b

View file

@ -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',