mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-28 07:12:14 +00:00
Remove CardDescription
This commit is contained in:
parent
ae1c9f8d10
commit
a359414931
@ -28,7 +28,7 @@ export default function QuerySettings() {
|
||||
<Card className="flex shrink-0 flex-col min-w-[220px]">
|
||||
<CardHeader className="px-4 pt-4 pb-2">
|
||||
<CardTitle>{t('retrievePanel.querySettings.parametersTitle')}</CardTitle>
|
||||
<CardDescription>{t('retrievePanel.querySettings.parametersDescription')}</CardDescription>
|
||||
<CardDescription className="sr-only">{t('retrievePanel.querySettings.parametersDescription')}</CardDescription>
|
||||
</CardHeader>
|
||||
<CardContent className="m-0 flex grow flex-col p-0 text-xs">
|
||||
<div className="relative size-full">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user