There was an error while loading. Please reload this page.
1 parent 5a3f8a5 commit 935950dCopy full SHA for 935950d
1 file changed
packages/neuron-ui/src/components/History/index.tsx
@@ -76,7 +76,7 @@ const History = ({
76
lastPageIconProps={{ iconName: 'LastPage' }}
77
format="buttons"
78
onPageChange={(idx: number) => {
79
- history.push(`${Routes.History}?pageNo=${idx + 1}`)
+ history.push(`${Routes.History}?pageNo=${idx + 1}&keywords=${keywords}`)
80
}}
81
/>
82
</Stack>
0 commit comments