Minor fixing on a duplicated key on table

This commit is contained in:
Joao Ramos
2024-06-20 22:34:02 +01:00
parent b62cae2e3a
commit ce6708be6e

View File

@@ -137,7 +137,7 @@ export default function CodeList({ user }: { user: User }) {
const defaultColumns = [
columnHelper.accessor("code", {
id: "code",
id: "codeCheckbox",
header: () => (
<Checkbox
disabled={filteredCodes.filter((x) => !x.userId).length === 0}