Skip to content
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.

Commit

Permalink
fixed search bar and releasing 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alaanor committed Dec 2, 2019
1 parent 1eb59f6 commit ce60d0e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.3 (02/12/2019)
**Bug fixes:**
- Fixed the search bar for online beatmap. Oops.

## v1.1.2 (24/11/2019)
**Features:**
- Discord Rich Presence added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "beatlist",
"description": "App to create playlist for BeatSaber",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/Alaanor/beatlist",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ListViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
methods: {
updateSearch() {
this.search = this.search === null ? '' : this.search;
this.$emit('updateSearch', );
this.$emit('updateSearch', this.search);
},
},
filters: {
Expand Down

0 comments on commit ce60d0e

Please sign in to comment.