Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Jun 17, 2018
1 parent cc68bc4 commit 4eb1841
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Controllers/MediaController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ public function index()

/**
* globalSearch all the manager files
* TODO "better use caching"
* TODO "better use caching".
*
* @return [type] [description]
*/
public function globalSearch(Request $request)
{
return
}
}
4 changes: 4 additions & 0 deletions src/resources/assets/js/modules/watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ export default {
},
bulkSelect(val) {
this.toggleUploadArea = false

if (!val) {
this.firstMeta = false
}
},
activeModal(val) {
let ref
Expand Down

0 comments on commit 4eb1841

Please sign in to comment.