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:
@@ -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