Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Remove debug and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marttin Notta committed Jun 18, 2021
1 parent a072711 commit 4db1997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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]
Expand Down
1 change: 0 additions & 1 deletion resources/js/components/MimeTypeIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export default {
},
data() {
console.log('props', this.src);
return {
isImageFileMissing: false,
};
Expand Down

0 comments on commit 4db1997

Please sign in to comment.