mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
Fix playlist form
- Invalid initial state and definition for public playlist
This commit is contained in:
parent
6d092d9ebc
commit
9c1a2a4a8d
4 changed files with 16 additions and 58 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue