Skip to content

Commit

Permalink
columnkey update to parentlabel for subtable
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutik7 committed Aug 11, 2023
1 parent 776e821 commit ad6ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/SubTable/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const useSubTableData = (
rootTablePath,
ROUTES.subTable,
encodeURIComponent(_rowy_ref.path),
column.key,
column.config?.parentLabel![0],
].join("/");

subTablePath += "?parentLabel=" + encodeURIComponent(label ?? "");
Expand Down

0 comments on commit ad6ebaa

Please sign in to comment.