Fixed registration sorting

This commit is contained in:
2026-09-06 11:26:21 +10:00
parent 36b90a981f
commit cb8070eabc
2 changed files with 5 additions and 4 deletions
@@ -41,7 +41,6 @@ const reasonBadgeVariant = (reason: string) => {
}
const showColumn = (column: string) => props.columnsToShow.includes(column)
console.log(props.columnsToShow)
</script>
<template>