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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
2c0b7a6408
commit
60c310fd77
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user