Redo events tab to show all events.
This commit is contained in:
@@ -48,7 +48,7 @@ export function EventDataParameters() {
|
||||
groups,
|
||||
};
|
||||
|
||||
const handleSubmit = values => {
|
||||
const handleSubmit = (values: any) => {
|
||||
runReport(values);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user