mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Fixed: Goodreads bookshelves not shown after authentication
This commit is contained in:
@@ -182,7 +182,8 @@ BookshelfInput.propTypes = {
|
||||
|
||||
BookshelfInput.defaultProps = {
|
||||
className: styles.bookshelfInputWrapper,
|
||||
inputClassName: styles.input
|
||||
inputClassName: styles.input,
|
||||
isPopulated: false
|
||||
};
|
||||
|
||||
export default BookshelfInput;
|
||||
|
||||
Reference in New Issue
Block a user