()
| 225 | setCustom(value) |
| 226 | } |
| 227 | const onDeleteConfirm = async () => { |
| 228 | try { |
| 229 | await deleteActions(actionId) |
| 230 | const limit1: number = limit || 20 |
| 231 | dispatch(fetchActionData(limit1) as any); |
| 232 | setUpdatePrevButton(true) |
| 233 | } catch (error) { |
| 234 | console.log(error) |
| 235 | } |
| 236 | setOpenDeleteModal(false) |
| 237 | } |
| 238 | return ( |
| 239 | <div className={styles["actions"]}> |
| 240 |
no test coverage detected