mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +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) => {
|
const handleVisibilityChange = (value) => {
|
||||||
setPlaylistVisibility(value)
|
setPlaylistVisibility(value)
|
||||||
|
|
||||||
props.onVisibilityChange(value)
|
props.onVisibilityChange(value === "public")
|
||||||
}
|
}
|
||||||
|
|
||||||
return <div className="playlistCreator_layout_row">
|
return <div className="playlistCreator_layout_row">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user