mirror of
https://github.com/Radarr/Radarr
synced 2026-04-21 03:40:50 +02:00
Fixed: Add tag default property to ArtistDetails
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
68f9df695b
commit
dd6b93e243
1 changed files with 1 additions and 0 deletions
|
|
@ -622,6 +622,7 @@ ArtistDetails.propTypes = {
|
|||
|
||||
ArtistDetails.defaultProps = {
|
||||
statistics: {},
|
||||
tag: [],
|
||||
isSaving: false
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue