feat(donationcreate): add runner id to select
This commit is contained in:
parent
2139b197ba
commit
27e7bbb9d1
@ -52,7 +52,7 @@
|
|||||||
loadDonors();
|
loadDonors();
|
||||||
|
|
||||||
const getRunnerLabel = (option) =>
|
const getRunnerLabel = (option) =>
|
||||||
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
|
option.firstname + " " + (option.middlename || "") + " " + option.lastname+" [#"+option.id+"]";
|
||||||
|
|
||||||
const filterRunners = (label, filterText, option) => {
|
const filterRunners = (label, filterText, option) => {
|
||||||
if (filterText.startsWith("#")) {
|
if (filterText.startsWith("#")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user