diff --git a/CHANGELOG.md b/CHANGELOG.md index 08de575..347e311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. ---- -## [2.0.1 ] - 2021-06-18 +## [2.0.1] - 2021-06-18 ### Added @@ -15,6 +15,11 @@ All notable changes to this project will be documented in this file. - Added collection parameter to `findFiles` request. - MediaController@findFiles will now properly use collection to search files. +### Fixed + +- Media library index resource table view should display upload media + button when table is empty and should open media browser modal upon clicking + ---- ## [2.0.0-alpha.x] diff --git a/resources/js/components/MimeTypeIcon.vue b/resources/js/components/MimeTypeIcon.vue index 68ce677..12a218c 100644 --- a/resources/js/components/MimeTypeIcon.vue +++ b/resources/js/components/MimeTypeIcon.vue @@ -30,7 +30,6 @@ export default { }, data() { - console.log('props', this.src); return { isImageFileMissing: false, };