mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
Add AttachmentsModal and refactor MedicalVerificationPage with AdvancedTable integration
This commit is contained in:
@@ -85,7 +85,7 @@ export function AdvancedTable<T extends { id?: string | number }>({
|
||||
const shownColumns = columns.filter((_, i) => visible[i] ?? true);
|
||||
|
||||
return (
|
||||
<Paper radius="md" p="md">
|
||||
<Paper withBorder radius="md" p="md">
|
||||
<Group justify="space-between" mb="md">
|
||||
<Group gap="xs">
|
||||
<Text fw={600}>{""}</Text>
|
||||
|
||||
Reference in New Issue
Block a user