@timardex/cluemart-shared 1.5.536 → 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/images/mini-market4.webp +0 -0
- 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/hooks/index.cjs
CHANGED
|
@@ -5709,7 +5709,8 @@ var schoolSchema = yup11.object().shape({
|
|
|
5709
5709
|
|
|
5710
5710
|
// src/hooks/useSchoolForm.ts
|
|
5711
5711
|
var defaultSchoolFormValues = {
|
|
5712
|
-
active
|
|
5712
|
+
// New schools are active by default
|
|
5713
|
+
active: true,
|
|
5713
5714
|
contactDetails: null,
|
|
5714
5715
|
location: defaultLocation,
|
|
5715
5716
|
logo: null,
|