@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/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: false,
8098
+ // New schools are active by default
8099
+ active: true,
8099
8100
  contactDetails: null,
8100
8101
  location: defaultLocation,
8101
8102
  logo: null,