mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
add text center when no data
This commit is contained in:
@@ -230,7 +230,7 @@ const Documents: React.FC<DocumentsProps> = ({
|
||||
<tr>
|
||||
<td
|
||||
colSpan={5}
|
||||
className="!p-4 text-gray-800 dark:text-neutral-200"
|
||||
className="!p-4 text-gray-800 dark:text-neutral-200 text-center"
|
||||
>
|
||||
{t('settings.documents.noData')}
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user