Skip to content

Commit 806c930

Browse files
committed
fix
1 parent 8752067 commit 806c930

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components/settings-modal/components/api-keys/api-keys.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ export function ApiKeys({ onOpenChange, registerCloseHandler }: ApiKeysProps) {
414414
Cancel
415415
</Button>
416416
<Button
417-
variant='ghost'
417+
variant='destructive'
418418
onClick={handleDeleteKey}
419419
disabled={deleteApiKeyMutation.isPending}
420420
>

bun.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"next": "16.1.0-canary.21",
3232
"@next/env": "16.1.0-canary.21",
3333
"drizzle-orm": "^0.44.5",
34-
"postgres": "^3.4.5",
35-
"vite": "7.3.1"
34+
"postgres": "^3.4.5"
3635
},
3736
"devDependencies": {
3837
"@biomejs/biome": "2.0.0-beta.5",

0 commit comments

Comments
 (0)