@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.
@@ -5709,7 +5709,8 @@ var schoolSchema = yup11.object().shape({
5709
5709
 
5710
5710
  // src/hooks/useSchoolForm.ts
5711
5711
  var defaultSchoolFormValues = {
5712
- active: false,
5712
+ // New schools are active by default
5713
+ active: true,
5713
5714
  contactDetails: null,
5714
5715
  location: defaultLocation,
5715
5716
  logo: null,