|
|
|
@@ -65,7 +65,9 @@ const EscalationLogTable: React.FC<Props> = ({ |
|
|
|
); |
|
|
|
|
|
|
|
const onRowClick = useCallback((item: EscalationResult) => { |
|
|
|
router.push(`/po/edit?id=${item.poId}&selectedIds=${item.poId}&polId=${item.polId}&stockInLineId=${item.stockInLineId}`); |
|
|
|
if (type == "dashboard") { |
|
|
|
router.push(`/po/edit?id=${item.poId}&selectedIds=${item.poId}&polId=${item.polId}&stockInLineId=${item.stockInLineId}`); |
|
|
|
} |
|
|
|
}, [router]) |
|
|
|
|
|
|
|
// const handleKeyDown = useCallback( |
|
|
|
|