Explorar el Código

Default view: Appointments

Vijayakrishnan hace 4 años
padre
commit
30ed33e5ae
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      resources/views/app/patient/appointment-calendar.blade.php

+ 2 - 2
resources/views/app/patient/appointment-calendar.blade.php

@@ -69,7 +69,7 @@
                         v-model="eventTypes"
                         v-on:change="refreshEvents()">
                     <option value="APPOINTMENTS">Appointments</option>
-                    <option value="PRO_AVAILABILITY" selected>Pro Availability</option>
+                    <option value="PRO_AVAILABILITY">Pro Availability</option>
                     <option value="BOTH">Both</option>
                 </select>
             </div>
@@ -346,7 +346,7 @@
                     el: '#calendarApp',
                     data: {
                         client: {!! json_encode($patient) !!},
-                        eventTypes: 'PRO_AVAILABILITY',
+                        eventTypes: 'APPOINTMENTS',
                         calendar: null,
                         proMeta: {!! json_encode($proMeta) !!},
                         proIds: ['{{ $pro->id }}'],