Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update label to Open in IDE
  • Loading branch information
BrunoQuaresma committed May 29, 2025
commit 8c7ede2241221d4d821c3276cc7e9ef6f4d76982
2 changes: 1 addition & 1 deletion site/src/pages/TaskPage/TaskPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const TaskApps: FC<TaskAppsProps> = ({ task }) => {
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button size="sm" variant="subtle">
Open in
Open in IDE
<ChevronDownIcon />
</Button>
</DropdownMenuTrigger>
Expand Down
Loading