Skip to content

Commit 605fb9a

Browse files
authored
Merge pull request #108 from devforth/fix-table-row-ctrl-click
fix: change table routing to a new tab to include baseUrl
2 parents 2da50bf + 1781149 commit 605fb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ async function onClick(e,row) {
430430
resourceId: props.resource.resourceId,
431431
primaryKey: row._primaryKeyValue,
432432
},
433-
}).fullPath,
433+
}).href,
434434
'_blank'
435435
);
436436
}

0 commit comments

Comments
 (0)