Feature: Add board filter for board-selection

This commit is contained in:
winkidney
2019-12-06 00:56:52 +08:00
committed by Isaac Bythewood
parent 067e90fd97
commit 4058bac534
5 changed files with 130 additions and 5 deletions

View File

@@ -23,6 +23,10 @@ const Board = {
},
);
},
fetchFullList(username) {
const url = `${API_PREFIX}boards-auto-complete/?submitter__username=${username}`;
return axios.get(url);
},
};
const Pin = {