Skip to content

Commit

Permalink
fix(contacts): add missing db index
Browse files Browse the repository at this point in the history
  • Loading branch information
dulguun0225 committed Feb 26, 2024
1 parent bcb4bab commit 77c94a2
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -147,7 +147,8 @@ export const companySchema = schemaWrapper(
optional: true,
label: 'Status',
esType: 'keyword',
selectOptions: COMPANY_SELECT_OPTIONS.STATUSES
selectOptions: COMPANY_SELECT_OPTIONS.STATUSES,
index: true,
}),

businessType: field({
Expand Down

0 comments on commit 77c94a2

Please sign in to comment.