mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07: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…
Add table
Add a link
Reference in a new issue