Skip to content

Commit

Permalink
Merge pull request #493 from Lemoncode/fixaccessibilitybug/#483-5-Che…
Browse files Browse the repository at this point in the history
…ckbox-pk-field-aria

Modified label for pk
  • Loading branch information
brauliodiez authored May 22, 2024
2 parents aa0ff3f + 27557d9 commit e79f76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pods/edit-table/components/field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ interface Props {
}

const INPUT_NAME = 'Field for field ';
const CHECKBOX_PK = 'Checkbox pk for field ';
const CHECKBOX_PK = 'Primary key for field ';
const CHECKBOX_FK = 'Checkbox fk for field ';
const CHECKBOX_ARRAY = 'Checkbox isArray for field ';
const CHECKBOX_ISNN = 'Checkbox isNN for field ';
Expand Down

0 comments on commit e79f76b

Please sign in to comment.