Skip to content

Commit

Permalink
Merge pull request #494 from Lemoncode/fixaccessibilitybug/#484-6-Che…
Browse files Browse the repository at this point in the history
…ckbox-Array

#484 6 checkbox array
  • Loading branch information
brauliodiez committed May 23, 2024
2 parents 79978b2 + e9069aa commit 40134a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pods/edit-table/components/field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ interface Props {

const INPUT_NAME = 'Field 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 ';
const CHECKBOX_FK = 'Foreign key for field ';
const CHECKBOX_ARRAY = 'Array for field ';
const CHECKBOX_ISNN = 'Not null for field ';
const SELECT = 'Select field type for';
const NESTED_FIELD_ADD_FIELD_LABEL = 'Add nested field for ';

Expand Down

0 comments on commit 40134a4

Please sign in to comment.