Skip to content

Commit

Permalink
fix: unable to quickly add a record (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sky-FE committed Mar 13, 2024
1 parent c4744ce commit 86ccd59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const GridToolBar: React.FC = () => {

router.push(
{
pathname: `${router.pathname}/[recordId]`,
pathname: router.pathname,
query: { ...router.query, recordId },
},
undefined,
Expand Down

0 comments on commit 86ccd59

Please sign in to comment.