Skip to content

Commit

Permalink
add text center when no data
Browse files Browse the repository at this point in the history
  • Loading branch information
fadingNA committed Nov 24, 2024
1 parent b5e5fb7 commit e22669f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/settings/Documents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e22669f

Please sign in to comment.