Skip to content

Commit

Permalink
Merge pull request #108 from devforth/fix-table-row-ctrl-click
Browse files Browse the repository at this point in the history
fix: change table routing to a new tab to include baseUrl
  • Loading branch information
ivictbor authored Feb 3, 2025
2 parents 2da50bf + 1781149 commit 605fb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminforth/spa/src/components/ResourceListTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ async function onClick(e,row) {
resourceId: props.resource.resourceId,
primaryKey: row._primaryKeyValue,
},
}).fullPath,
}).href,
'_blank'
);
}
Expand Down

0 comments on commit 605fb9a

Please sign in to comment.