fix group column ordering

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2025-08-30 07:54:26 +02:00
parent 009882ab86
commit 847beae9d3
@@ -369,9 +369,7 @@
{ column: 'Department', size: 'small' },
{ column: 'City', size: 'small' },
{ column: 'Country', size: 'small' },
{ column: 'Misc', size: 'small' },
{ column: '', size: 'small' },
{ column: 'Actions', size: 'small' }
{ column: 'Misc', size: 'small' }
]}
sortable={[
'email',
@@ -441,7 +439,7 @@
</FormColumn>
<FormColumn>
<Table
columns={['Email', 'First name', 'Last name', 'Department', '', 'Actions']}
columns={['Email', 'First name', 'Last name', 'Department']}
sortable={['Email', 'First name', 'Last name', 'Department']}
hasData={!!selectedAddRecipients.length}
plural="recipients"
@@ -508,9 +506,7 @@
{ column: 'Department', size: 'small' },
{ column: 'City', size: 'small' },
{ column: 'Country', size: 'small' },
{ column: 'Misc', size: 'small' },
{ column: '', size: 'small' },
{ column: 'Actions', size: 'small' }
{ column: 'Misc', size: 'small' }
]}
sortable={[
'email',