Skip to content

Commit

Permalink
Merge pull request #246 from R-Sourabh/#239-DBIC-viewSize
Browse files Browse the repository at this point in the history
Updated: increase the viewSize of DBIC countries and states(#239)
  • Loading branch information
ymaheshwari1 authored Apr 24, 2024
2 parents 58e9830 + ebdfc4e commit 4fe0d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/modules/util/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ const actions: ActionTree<UtilState, RootState> = {
entityName: 'GeoAssocAndGeoFrom',
fieldList: ['geoName', 'geoId', 'geoCode'],
noConditionFind: 'Y',
viewSize: 250
} as any

try {
Expand Down Expand Up @@ -285,7 +286,7 @@ const actions: ActionTree<UtilState, RootState> = {
entityName: 'GeoAssocAndGeoTo',
fieldList: ['geoName', 'geoId', 'wellKnownText'],
noConditionFind: 'Y',
viewSize: 100
viewSize: 250
} as any

try {
Expand Down

0 comments on commit 4fe0d66

Please sign in to comment.