mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-25 02:57:57 +00:00
Add fullWidth property to New button in M3UProfiles component
This commit is contained in:
parent
4966bb61bc
commit
992c238388
1 changed files with 1 additions and 0 deletions
|
|
@ -137,6 +137,7 @@ const M3UProfiles = ({ playlist = null, isOpen, onClose }) => {
|
|||
color="primary"
|
||||
size="small"
|
||||
onClick={editProfile}
|
||||
fullWidth
|
||||
>
|
||||
New
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue