-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Within this code
`{dashboardFilters?.map((filter) => {
return (
<DashFilters
filter={filter || {}}
expression={filterValues[filter.name] || filter.default_value}
onChange={(event) => handleFilterChange(event, filter.name)}
key={filter.id}
token={currentDashboard.token}
/>
);
})}`
my event is always undefined (and thus I cannot use the value of the component in the function). Any idea as to why?
Metadata
Metadata
Assignees
Labels
No labels