mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-18 23:33:37 +01:00
fix(RefreshButton): wrong type of websiteId
This commit is contained in:
parent
5766d3ac29
commit
002ac397f1
@ -38,7 +38,7 @@ function RefreshButton({ websiteId }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RefreshButton.propTypes = {
|
RefreshButton.propTypes = {
|
||||||
websiteId: PropTypes.number,
|
websiteId: PropTypes.oneOfType([PropTypes.string, PropTypes.number]),
|
||||||
};
|
};
|
||||||
|
|
||||||
export default RefreshButton;
|
export default RefreshButton;
|
||||||
|
Loading…
Reference in New Issue
Block a user