Update to the manager

This commit is contained in:
Geert Rademakes 2025-04-24 16:14:52 +02:00
parent 5c62f9d147
commit ff371aa855

View File

@ -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') {