mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Update UI Packages
Align with Lidarr
This commit is contained in:
@@ -39,7 +39,7 @@ class BookshelfInputConnector extends Component {
|
||||
if (this._getAccessToken(this.props)) {
|
||||
this._populate();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
componentDidUpdate(prevProps, prevState) {
|
||||
const newToken = this._getAccessToken(this.props);
|
||||
@@ -51,7 +51,7 @@ class BookshelfInputConnector extends Component {
|
||||
|
||||
componentWillUnmount = () => {
|
||||
this.props.dispatchClearOptions({ section: 'bookshelves' });
|
||||
}
|
||||
};
|
||||
|
||||
//
|
||||
// Control
|
||||
|
||||
Reference in New Issue
Block a user