mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: fix usage of wrong attribute (#18109)
Caused by https://github.com/coder/coder/pull/18104
This commit is contained in:
@@ -255,7 +255,7 @@ const TaskPage = () => {
|
||||
|
||||
<Button variant="outline" asChild>
|
||||
<RouterLink
|
||||
to={`/@${task.workspace.owner_username}/${task.workspace.name}`}
|
||||
to={`/@${task.workspace.owner_name}/${task.workspace.name}`}
|
||||
>
|
||||
View workspace
|
||||
</RouterLink>
|
||||
|
||||
Reference in New Issue
Block a user