Skip to content

Commit

Permalink
Updated: increase the viewSize of DBIC countries and states(#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sourabh committed Apr 23, 2024
1 parent 58e9830 commit ebdfc4e
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 ebdfc4e

Please sign in to comment.