Skip to content

Commit

Permalink
Merge pull request stackblitz-labs#714 from kris1803/fix/described_by
Browse files Browse the repository at this point in the history
fix: fixed console error for SettingsWIndow & Removed ts-nocheck
  • Loading branch information
thecodacus authored Dec 19, 2024
2 parents 1d716c0 + 3e2fc32 commit 381d490
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/settings/SettingsWindow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
variants={dialogBackdropVariants}
/>
</RadixDialog.Overlay>
<RadixDialog.Content asChild>
<RadixDialog.Content aria-describedby={undefined} asChild>
<motion.div
className="fixed top-[50%] left-[50%] z-max h-[85vh] w-[90vw] max-w-[900px] translate-x-[-50%] translate-y-[-50%] border border-bolt-elements-borderColor rounded-lg shadow-lg focus:outline-none overflow-hidden"
initial="closed"
Expand Down
4 changes: 0 additions & 4 deletions app/lib/.server/llm/api-key.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/*
* @ts-nocheck
* Preventing TS checks with files presented in the video for a better presentation.
*/
import { env } from 'node:process';
import type { IProviderSetting } from '~/types/model';
import { getProviderBaseUrlAndKey } from '~/utils/constants';
Expand Down
1 change: 1 addition & 0 deletions pre-start.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ console.log(`
★═══════════════════════════════════════★
`);
console.log('📍 Current Commit Version:', commit);
console.log(' Please wait until the URL appears here')
console.log('★═══════════════════════════════════════★');

0 comments on commit 381d490

Please sign in to comment.