Remove redundant "Handlinger" column title in ordersSyncPossibleDuplicateTable component

This commit is contained in:
Jepp9350
2025-06-16 11:53:46 +02:00
parent 86c25d6923
commit 70d916c95c
@@ -108,7 +108,7 @@ const tableHeaders = ref([
},
{
name: 'actions',
title: 'Handlinger',
title: '',
sortable: false,
}
]);