mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: UI and Command manager updates
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
@@ -163,6 +163,7 @@ class InteractiveImportRow extends Component {
|
||||
render() {
|
||||
const {
|
||||
id,
|
||||
allowArtistChange,
|
||||
relativePath,
|
||||
artist,
|
||||
album,
|
||||
@@ -210,6 +211,7 @@ class InteractiveImportRow extends Component {
|
||||
</TableRowCell>
|
||||
|
||||
<TableRowCellButton
|
||||
isDisabled={!allowArtistChange}
|
||||
onPress={this.onSelectArtistPress}
|
||||
>
|
||||
{
|
||||
@@ -348,6 +350,7 @@ class InteractiveImportRow extends Component {
|
||||
|
||||
InteractiveImportRow.propTypes = {
|
||||
id: PropTypes.number.isRequired,
|
||||
allowArtistChange: PropTypes.bool.isRequired,
|
||||
relativePath: PropTypes.string.isRequired,
|
||||
artist: PropTypes.object,
|
||||
album: PropTypes.object,
|
||||
|
||||
Reference in New Issue
Block a user