Fix: use new button (#5384)

This commit is contained in:
KVOJJJin
2024-06-19 14:53:19 +08:00
committed by GitHub
parent a3bd5eba02
commit 4c37847ea4
11 changed files with 24 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ const NoData: FC<Props> = ({
{t(`${I18N_PREFIX}.fireCrawlNotConfiguredDescription`)}
</div>
</div>
<Button type='primary' onClick={onConfig} className='!h-8 text-[13px] font-medium ' >
<Button variant='primary' onClick={onConfig} className='!h-8 text-[13px] font-medium ' >
{t(`${I18N_PREFIX}.configure`)}
</Button>
</div>