mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
use new visibility value
This commit is contained in:
parent
ef193f7527
commit
2bab67da15
@ -36,7 +36,7 @@ export default (props) => {
|
||||
const handleVisibilityChange = (value) => {
|
||||
setPlaylistVisibility(value)
|
||||
|
||||
props.onVisibilityChange(value)
|
||||
props.onVisibilityChange(value === "public")
|
||||
}
|
||||
|
||||
return <div className="playlistCreator_layout_row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user