mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 05:50:19 +08:00
Use Link.
This commit is contained in:
@ -118,9 +118,9 @@ class TokenListPage extends React.Component {
|
||||
sorter: (a, b) => a.application.localeCompare(b.application),
|
||||
render: (text, record, index) => {
|
||||
return (
|
||||
<a href={`/applications/${text}`}>
|
||||
<Link to={`/applications/${text}`}>
|
||||
{text}
|
||||
</a>
|
||||
</Link>
|
||||
)
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user