Skip to content

Commit

Permalink
Fixed show repositories filter (#9234) (#9379)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
  • Loading branch information
axifive authored and lunny committed Dec 17, 2019
1 parent 59fc29d commit 2b7e4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2896,7 +2896,7 @@ function initVueApp() {
data: {
searchLimit: document.querySelector('meta[name=_search_limit]').content,
suburl: document.querySelector('meta[name=_suburl]').content,
uid: document.querySelector('meta[name=_context_uid]').content,
uid: Number(document.querySelector('meta[name=_context_uid]').content),
},
});
}
Expand Down

0 comments on commit 2b7e4cc

Please sign in to comment.