Minor fixing on a duplicated key on table
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user