fix(ui): next button disabled
This commit is contained in:
parent
1d31900c9f
commit
85325334e6
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ function QueueControls(props: Props) {
|
|||
content={<div className="whitespace-nowrap">Play Next Session</div>}
|
||||
open={nextId ? undefined : false}
|
||||
>
|
||||
<Button size={'small'} shape={'circle'} disabled={!previousId} className={'flex items-center justify-center'}>
|
||||
<Button size={'small'} shape={'circle'} disabled={!nextId} className={'flex items-center justify-center'}>
|
||||
<RightOutlined />
|
||||
</Button>
|
||||
</Popover>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue