8000 feat(site): connect open_in parameter by defelmnq · Pull Request #16036 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat(site): connect open_in parameter #16036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
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
work on frontend connection with open_in
  • Loading branch information
defelmnq committed Jan 3, 2025
commit 224ee7a941abca47dc76dd073ba320a78537c7a1
1 change: 0 additions & 1 deletion site/src/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,6 @@ class ApiMethods {
{ params },
);

console.log(response.data.latest_build.resources);
return response.data;
};

Expand Down
2 changes: 0 additions & 2 deletions site/src/modules/resources/AppLink/AppLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
const theme = useTheme();
const username = workspace.owner_name;

console.log('app : ', app);

let appSlug = app.slug;
let appDisplayName = app.display_name;
if (!appSlug) {
Expand Down
Loading
0