소스 검색

Merge branch 'patient-requests' into cleanup

Samson Mutunga 3 주 전
부모
커밋
370cfba66d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      resources/views/app/patient/partials/cpt-alert.blade.php

+ 4 - 0
resources/views/app/patient/partials/cpt-alert.blade.php

@@ -1,3 +1,6 @@
+
+{{-- Disable for now --}}
+@if(false)
 @if($pro->pro_type === 'ADMIN')
     <div id="cptAlertComponent" v-cloak>
         <div v-if="errorCodes.length" class="alert alert-danger p-0 rounded-0 text-center mb-0">
@@ -42,4 +45,5 @@
             addMCInitializer('cptAlertComponent', init, '#cptAlertComponent');
         })();
     </script>
+@endif
 @endif