Peter Muturi 3 лет назад
Родитель
Сommit
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');
               });
             },