@timardex/cluemart-shared 1.5.537 → 1.5.538
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/hooks/index.cjs +2 -1
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +2 -1
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -8095,7 +8095,8 @@ var schoolSchema = yup11.object().shape({
|
|
|
8095
8095
|
|
|
8096
8096
|
// src/hooks/useSchoolForm.ts
|
|
8097
8097
|
var defaultSchoolFormValues = {
|
|
8098
|
-
active
|
|
8098
|
+
// New schools are active by default
|
|
8099
|
+
active: true,
|
|
8099
8100
|
contactDetails: null,
|
|
8100
8101
|
location: defaultLocation,
|
|
8101
8102
|
logo: null,
|