Skip to content

Commit 94636aa

Browse files
Ashish BaravaliyaAshish Baravaliya
Ashish Baravaliya
authored and
Ashish Baravaliya
committed
fix: removed code from another bug fix
1 parent 4cc5026 commit 94636aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/Data/Browser/Browser.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ class Browser extends DashboardView {
857857

858858
getRelationURL() {
859859
const relation = this.state.relation;
860-
const className = relation.parent.className;
860+
const className = this.props.params.className;
861861
const entityId = relation.parent.id;
862862
const relationName = relation.key;
863863
return generatePath(this.context, `browser/${className}/${entityId}/${relationName}`);

0 commit comments

Comments
 (0)