mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
Fix playlist form
- Invalid initial state and definition for public playlist
This commit is contained in:
@@ -70,7 +70,7 @@ export const SaveAsPlaylistForm = ({
|
||||
{isPublicDisplayed && (
|
||||
<Switch
|
||||
label="Is Public?"
|
||||
{...form.getInputProps('public')}
|
||||
{...form.getInputProps('_custom.navidrome.public', { type: 'checkbox' })}
|
||||
/>
|
||||
)}
|
||||
<Group position="right">
|
||||
|
||||
Reference in New Issue
Block a user