mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
UI styling/propType fixes
This commit is contained in:
@@ -160,6 +160,7 @@ class PageToolbarSection extends Component {
|
||||
!!overflowItems.length &&
|
||||
<Menu>
|
||||
<ToolbarMenuButton
|
||||
className={styles.overflowMenuButton}
|
||||
iconName={icons.OVERFLOW}
|
||||
text="More"
|
||||
/>
|
||||
@@ -179,14 +180,13 @@ class PageToolbarSection extends Component {
|
||||
return (
|
||||
<MenuItem
|
||||
key={label}
|
||||
isDisabled={isDisabled}
|
||||
isDisabled={isDisabled || isSpinning}
|
||||
{...otherProps}
|
||||
>
|
||||
<SpinnerIcon
|
||||
className={styles.overflowMenuItemIcon}
|
||||
name={iconName}
|
||||
spinningName={spinningName}
|
||||
isDisabled={isDisabled}
|
||||
isSpinning={isSpinning}
|
||||
/>
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user