Update to the manager
This commit is contained in:
parent
5c62f9d147
commit
ff371aa855
@ -105,7 +105,6 @@ export const PlaylistManager: React.FC<PlaylistManagerProps> = ({
|
|||||||
placeholder="Enter playlist name"
|
placeholder="Enter playlist name"
|
||||||
autoFocus
|
autoFocus
|
||||||
size="lg"
|
size="lg"
|
||||||
color="gray.800"
|
|
||||||
_placeholder={{ color: 'gray.400' }}
|
_placeholder={{ color: 'gray.400' }}
|
||||||
onKeyDown={(e) => {
|
onKeyDown={(e) => {
|
||||||
if (e.key === 'Enter') {
|
if (e.key === 'Enter') {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user