(value: any)
| 437 | setModelOne(false) |
| 438 | } |
| 439 | const handleChildModelEvent = async (value: any) => { |
| 440 | await fetchModelsList(value) |
| 441 | setUpdateModelPrevButton(false) |
| 442 | setModelLimit(value.limit) |
| 443 | } |
| 444 | const fetchActionsList = async (params: Record<string, any>) => { |
| 445 | try { |
| 446 | const res: any = await getActionsList(params) |
nothing calls this directly
no test coverage detected