@djb25/digit-ui-module-vendor 1.0.79 → 1.0.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -139,6 +139,22 @@ const SurveyorConfig = function (t, genderMenu, disabled) {
139
139
  name: "description",
140
140
  className: "payment-form-text-input-correction"
141
141
  }
142
+ }, {
143
+ label: t("ES_VENDOR_ZONE"),
144
+ isMandatory: true,
145
+ type: "component",
146
+ key: "zoneIds",
147
+ populators: {
148
+ name: "zoneIds",
149
+ validation: {
150
+ required: true
151
+ },
152
+ className: "mb-16"
153
+ },
154
+ props: {
155
+ isMultiSelect: false
156
+ },
157
+ component: "SelectEkycZones"
142
158
  }]
143
159
  }];
144
160
  };