Fixed: Goodreads import lists

This commit is contained in:
ta264
2020-07-02 21:42:13 +01:00
parent 723beb9ca3
commit 5f2d57f33b
13 changed files with 115 additions and 59 deletions

View File

@@ -16,7 +16,7 @@ import styles from './PlaylistInput.css';
const columns = [
{
name: 'name',
label: 'Playlist',
label: 'Bookshelf',
isSortable: false,
isVisible: true
}
@@ -125,7 +125,7 @@ class PlaylistInput extends Component {
{
isPopulated && !isFetching && user && !!items.length &&
<div className={className}>
Select playlists to import from Goodreads user {user}.
Select bookshelves to import from Goodreads user {user}.
<Table
columns={columns}
selectAll={true}