Browse Source

Fixed show repositories filter (#9234) (#9379)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
tags/v1.11.0-rc1
Alexey 〒erentyev 4 years ago
parent
commit
2b7e4cc1bd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      web_src/js/index.js

+ 1
- 1
web_src/js/index.js View File

@@ -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),
},
});
}

Loading…
Cancel
Save