Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbbf9061

Browse files
authored
fix: use owner username instead of owner name in tasks list links (#18098)
Fixes a bug where if you click on a task in the tasks list, you see:![image(4)](https://github.com/user-attachments/assets/db392425-3ec8-441c-9f19-6860b85374a5)
1 parentda02375 commitbbf9061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎site/src/pages/TasksPage/TasksPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const TasksTable: FC<TasksTableProps> = ({ templates }) => {
318318
{prompt}
319319
</span>
320320
<RouterLink
321-
to={`/tasks/${workspace.owner_name}/${workspace.name}`}
321+
to={`/tasks/${workspace.owner_username}/${workspace.name}`}
322322
className="absolute inset-0"
323323
>
324324
<spanclassName="sr-only">Access task</span>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp