Browse Source

Caremonth calendar initial render fix

Vijayakrishnan 4 years ago
parent
commit
eb6897a760
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/views/app/patient/care-month/dashboard.blade.php

+ 2 - 1
resources/views/app/patient/care-month/dashboard.blade.php

@@ -2089,7 +2089,8 @@
                         // self.showEditAppointmentModal();
                     }
                 });
-                measurementsCalendar.render();
+
+                window.setTimeout(() => { measurementsCalendar.render();}, 10);
 
                 @endif
             }