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"
|
||||
autoFocus
|
||||
size="lg"
|
||||
color="gray.800"
|
||||
_placeholder={{ color: 'gray.400' }}
|
||||
onKeyDown={(e) => {
|
||||
if (e.key === 'Enter') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user