@mseva/upyog-ui-module-chb 1.0.77 → 1.0.79
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.
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +11 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -43953,7 +43953,7 @@ const NDCModal = _ref => {
|
|
|
43953
43953
|
const [selectedFinancialYear, setSelectedFinancialYear] = React.useState(null);
|
|
43954
43954
|
const allRolesNew = [...new Set(getEmployees === null || getEmployees === void 0 ? void 0 : getEmployees.flatMap(a => a.roles))];
|
|
43955
43955
|
console.log("allRolesNew", allRolesNew);
|
|
43956
|
-
console.log("getEmployees",
|
|
43956
|
+
console.log("getEmployees", allRolesNew);
|
|
43957
43957
|
const {
|
|
43958
43958
|
data: approverData,
|
|
43959
43959
|
isLoading: PTALoading
|
|
@@ -45832,6 +45832,9 @@ const CHBCitizenSecond = _ref => {
|
|
|
45832
45832
|
props.onChange(e);
|
|
45833
45833
|
fiterHalls(e);
|
|
45834
45834
|
setValue("hallCode", null);
|
|
45835
|
+
setValue("startDate", "");
|
|
45836
|
+
setSlots([]);
|
|
45837
|
+
setShowInfo(false);
|
|
45835
45838
|
},
|
|
45836
45839
|
selected: props.value,
|
|
45837
45840
|
option: CHBLocations === null || CHBLocations === void 0 ? void 0 : (_CHBLocations$CHB = CHBLocations.CHB) === null || _CHBLocations$CHB === void 0 ? void 0 : _CHBLocations$CHB.CommunityHalls,
|