mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Increase size of create playlist modal
This commit is contained in:
parent
d289797d65
commit
adc3e421f6
3 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ export const HomeCommands = ({
|
|||
|
||||
openModal({
|
||||
children: <CreatePlaylistForm onCancel={() => closeAllModals()} />,
|
||||
size: server?.type === ServerType?.NAVIDROME ? 'lg' : 'sm',
|
||||
size: server?.type === ServerType?.NAVIDROME ? 'xl' : 'sm',
|
||||
title: 'Create Playlist',
|
||||
});
|
||||
}, [handleClose, server?.type]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue