mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Fixed: Issue with link/tags icon to drop a line on movie details mobile (#4667)
#4523
This commit is contained in:
@@ -238,7 +238,7 @@ MovieFileEditorRow.propTypes = {
|
||||
customFormats: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
qualityCutoffNotMet: PropTypes.bool.isRequired,
|
||||
languages: PropTypes.arrayOf(PropTypes.object).isRequired,
|
||||
mediaInfo: PropTypes.object.isRequired,
|
||||
mediaInfo: PropTypes.object,
|
||||
onDeletePress: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ function FileDetailsModal(props) {
|
||||
FileDetailsModal.propTypes = {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
onModalClose: PropTypes.func.isRequired,
|
||||
mediaInfo: PropTypes.object.isRequired
|
||||
mediaInfo: PropTypes.object
|
||||
};
|
||||
|
||||
export default FileDetailsModal;
|
||||
|
||||
Reference in New Issue
Block a user