mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 15:47:13 +01:00
fix(RefreshButton): wrong type of websiteId
This commit is contained in:
parent
5766d3ac29
commit
002ac397f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue