awing-library 2.1.2-stable.37 → 2.1.2-stable.38

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigFilter.d.ts","sourceRoot":"","sources":["../../../../../src/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAqB,MAAM,QAAQ,CAAC;AAG1D,QAAA,MAAM,YAAY,0JAUf,aAAa,4CA+Uf,CAAC;AAEF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"ConfigFilter.d.ts","sourceRoot":"","sources":["../../../../../src/Features/NOTIFICATION/components/ConfigNotification/ConfigFilter.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,aAAa,EAAqB,MAAM,QAAQ,CAAC;AAG1D,QAAA,MAAM,YAAY,0JAUf,aAAa,4CAgVf,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -108,7 +108,8 @@ const ConfigFilter = ({ loading, getUsers, getUserGroups, getTemplates, getDataS
108
108
  type: FIELD_TYPE.TEXT,
109
109
  fieldName: 'email',
110
110
  label: t('NotificationConfig.Email'),
111
- required: true
111
+ required: true,
112
+ length: 100
112
113
  });
113
114
  else if (dataConfigFilter?.changeType === ChannelType.UserIds) emailAppFields.push({
114
115
  type: FIELD_TYPE.ASYNC_AUTOCOMPLETE,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awing-library",
3
- "version": "2.1.2-stable.37",
3
+ "version": "2.1.2-stable.38",
4
4
  "license": "MIT",
5
5
  "exports": {
6
6
  ".": {