Skip to content

Commit 30c9a6d

Browse files
committed
Default to tab
1 parent 1eae743 commit 30c9a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/resources/AppLink/AppLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const AppLink: FC<AppLinkProps> = ({ app, workspace, agent }) => {
162162
);
163163
return;
164164
}
165-
case "tab": {
165+
default: {
166166
window.open(href);
167167
return;
168168
}

0 commit comments

Comments
 (0)