mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -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 = {
|
ArtistDetails.defaultProps = {
|
||||||
statistics: {},
|
statistics: {},
|
||||||
|
tag: [],
|
||||||
isSaving: false
|
isSaving: false
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue