Skip to content
Snippets Groups Projects
Commit d071322f authored by moon's avatar moon
Browse files

Fixed a bug of using filteredEntries

parent 450343d4
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ export default {
this.errorMsg = '';
const response = await res.json();
const convertedArray = response.filteredEntries.map((e) => ({
const convertedArray = response.entries.map((e) => ({
id: e.id,
username: e.username,
fullName: e.full_name,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment