diff --git a/web/app/components/tools/provider/detail.tsx b/web/app/components/tools/provider/detail.tsx index fef3becb8c..8c9f70966b 100644 --- a/web/app/components/tools/provider/detail.tsx +++ b/web/app/components/tools/provider/detail.tsx @@ -45,7 +45,7 @@ import { ConfigurationMethodEnum } from '@/app/components/header/account-setting import Loading from '@/app/components/base/loading' import { useAppContext } from '@/context/app-context' -type Props = { +interface Props { collection: Collection onHide: () => void onRefreshData: () => void @@ -234,7 +234,7 @@ const ProviderDetail = ({ panelClassname={cn('justify-start mt-[64px] mr-2 mb-2 !w-[420px] !max-w-[420px] !p-0 !bg-components-panel-bg rounded-2xl border-[0.5px] border-components-panel-border shadow-xl')} >