feat: spark free quota verify (#1152)
This commit is contained in:
@@ -75,7 +75,7 @@ const Popup: FC<PopupProps> = ({
|
||||
<Link
|
||||
href={`/datasets/${source.dataset_id}/documents/${source.document_id}`}
|
||||
className='hidden items-center h-[18px] text-xs text-primary-600 group-hover:flex'>
|
||||
Link to dataset
|
||||
{t('common.chat.citation.linkToDataset')}
|
||||
<ArrowUpRight className='ml-1 w-3 h-3' />
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
@@ -8,7 +8,7 @@ import { AlertCircle } from '@/app/components/base/icons/src/vender/solid/alerts
|
||||
import { CheckCircle } from '@/app/components/base/icons/src/vender/solid/general'
|
||||
import Button from '@/app/components/base/button'
|
||||
|
||||
type ConfirmCommonProps = {
|
||||
export type ConfirmCommonProps = {
|
||||
type?: string
|
||||
isShow: boolean
|
||||
onCancel: () => void
|
||||
|
||||
Reference in New Issue
Block a user