lavoce #7

Merged
bragaz_rexita merged 11 commits from lavoce into main 2025-10-24 05:43:32 +00:00
Showing only changes of commit a3d24a9426 - Show all commits

View File

@@ -108,7 +108,7 @@ const TableList = memo(function TableList({
showDeleteDialog={showDeleteDialog} showDeleteDialog={showDeleteDialog}
/> />
) : ( ) : (
<Row gutter={24}> <Row gutter={24} style={{ marginTop: '16px' }}>
<Table <Table
rowSelection={rowSelection || null} rowSelection={rowSelection || null}
columns={columns} columns={columns}