mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove PropTypes
This commit is contained in:
parent
4d23e79f65
commit
d770581c52
9 changed files with 9 additions and 54 deletions
|
@ -1,4 +1,3 @@
|
|||
import PropTypes from 'prop-types';
|
||||
import React, { FunctionComponent, useState } from 'react';
|
||||
|
||||
import SearchFields from '../search/SearchFields';
|
||||
|
@ -40,10 +39,4 @@ const SearchPage: FunctionComponent<SearchProps> = ({ serverId, parentId, collec
|
|||
);
|
||||
};
|
||||
|
||||
SearchPage.propTypes = {
|
||||
serverId: PropTypes.string,
|
||||
parentId: PropTypes.string,
|
||||
collectionType: PropTypes.string
|
||||
};
|
||||
|
||||
export default SearchPage;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue