migrate contextModal props

This commit is contained in:
jeffvli
2025-11-15 21:01:50 -08:00
parent 98498b9b83
commit f1508b81a5
4 changed files with 4 additions and 4 deletions
@@ -110,7 +110,7 @@ const PlaylistRowButton = ({ name, onPlay, to, ...props }: PlaylistRowButtonProp
openContextModal({
innerProps: modalProps,
modal: 'addToPlaylist',
modalKey: 'addToPlaylist',
size: 'lg',
title: t('form.addToPlaylist.title', { postProcess: 'titleCase' }),
});