From 847beae9d3fa23e0dcd54494f381f0c88c94f5c9 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Sat, 30 Aug 2025 07:54:26 +0200 Subject: [PATCH] fix group column ordering Signed-off-by: Ronni Skansing --- frontend/src/routes/recipient/group/[id]/+page.svelte | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/src/routes/recipient/group/[id]/+page.svelte b/frontend/src/routes/recipient/group/[id]/+page.svelte index 82b9fd6..87406eb 100644 --- a/frontend/src/routes/recipient/group/[id]/+page.svelte +++ b/frontend/src/routes/recipient/group/[id]/+page.svelte @@ -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 @@