mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Apply suggestion from @greptile-apps[bot]
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
2c0b7a6408
commit
60c310fd77
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export default function EventsPage({ websiteId }) {
|
|||
setLabel(value !== label ? value : '');
|
||||
};
|
||||
|
||||
const onSelect = (value: any) => {
|
||||
const onSelect = (value: 'activity' | 'properties') => {
|
||||
setItem('eventTab', value);
|
||||
setTab(value);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue