Skip to content

Commit 1781149

Browse files
author
Petr Kachanovsky
committed
fix: change table routing to a new tab to include baseUrl
1 parent 786a2a3 commit 1781149

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)