(value: Record<string, any>)
| 362 | setResetButtonShow(false) |
| 363 | } |
| 364 | const handleChildEvent = async (value: Record<string, any>) => { |
| 365 | setUpdatePrevButton(false) |
| 366 | setLimit(value.limit) |
| 367 | await fetchData(value); |
| 368 | } |
| 369 | |
| 370 | const fetchData1 = async () => { |
| 371 | dispatch(fetchModelsData(20) as any); |
nothing calls this directly
no test coverage detected