ソースを参照

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