Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.

Commit ab0111d

Browse files
authored
Merge pull request #200 from hackforla/admin-client/removed-fields
removed isEaj and isEajExclusive from admin client
2 parents f5cfcc8 + 955dc6c commit ab0111d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

client/web-admin/src/models/jurisdiction.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,6 @@ const fields = {
4545
field: 'mail_address3',
4646
allowNull: true,
4747
},
48-
isEaj: {
49-
type: DataTypes.BOOLEAN,
50-
field: 'is_eaj',
51-
allowNull: false,
52-
defaultValue: true,
53-
},
54-
isEajExclusive: {
55-
type: DataTypes.BOOLEAN,
56-
field: 'is_eaj_exclusive',
57-
allowNull: false,
58-
defaultValue: true,
59-
},
6048
internalNotes: {
6149
type: 'textarea',
6250
field: 'internal_notes',

0 commit comments

Comments
 (0)