Merge pull request #714 from kris1803/fix/described_by

fix: fixed console error for SettingsWIndow & Removed ts-nocheck
This commit is contained in:
Anirban Kar 2024-12-19 18:03:46 +05:30 committed by GitHub
commit 381d490f1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 5 deletions

View File

@ -63,7 +63,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
variants={dialogBackdropVariants} variants={dialogBackdropVariants}
/> />
</RadixDialog.Overlay> </RadixDialog.Overlay>
<RadixDialog.Content asChild> <RadixDialog.Content aria-describedby={undefined} asChild>
<motion.div <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" 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" initial="closed"

View File

@ -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 { env } from 'node:process';
import type { IProviderSetting } from '~/types/model'; import type { IProviderSetting } from '~/types/model';
import { getProviderBaseUrlAndKey } from '~/utils/constants'; import { getProviderBaseUrlAndKey } from '~/utils/constants';

View File

@ -7,4 +7,5 @@ console.log(`
`); `);
console.log('📍 Current Commit Version:', commit); console.log('📍 Current Commit Version:', commit);
console.log(' Please wait until the URL appears here')
console.log('★═══════════════════════════════════════★'); console.log('★═══════════════════════════════════════★');