mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0cb28e9fde
3 changed files with 3 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ export function setConfig(config: object) {
|
|||
store.setState({ config });
|
||||
}
|
||||
|
||||
export function setDateRange(dateRange: object) {
|
||||
export function setDateRange(dateRange: string | object) {
|
||||
store.setState({ dateRange });
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue