Peter Muturi пре 3 година
родитељ
комит
edec09fb3e
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      resources/views/app/patient/handouts-list.blade.php

+ 1 - 0
resources/views/app/patient/handouts-list.blade.php

@@ -137,6 +137,7 @@
               var self = this;
               $('[on-handout-close]').click(function(){
                 self.selectedHandoutUid = null;
+                self.search = null;
                 $('[stag-popup-key="pdf-viewer"]').removeClass('show');
               });
             },