fix(RefreshButton): wrong type of websiteId
This commit is contained in:
@@ -38,7 +38,7 @@ function RefreshButton({ websiteId }) {
|
||||
}
|
||||
|
||||
RefreshButton.propTypes = {
|
||||
websiteId: PropTypes.number,
|
||||
websiteId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
||||
};
|
||||
|
||||
export default RefreshButton;
|
||||
|
||||
Reference in New Issue
Block a user