rename filter labels: Series, Proficiency

This commit is contained in:
Justin Edmund 2025-12-20 01:03:57 -08:00
parent 135146d1ee
commit 1c2b523aef

View file

@ -333,7 +333,7 @@
options: seriesOptions, options: seriesOptions,
value: seriesFilters, value: seriesFilters,
onChange: (v) => handleSeriesChange(v), onChange: (v) => handleSeriesChange(v),
placeholder: entityType === 'weapon' ? 'Weapon Series' : 'Series' placeholder: 'Series'
}, },
{ {
key: 'race', key: 'race',
@ -347,7 +347,7 @@
options: proficiencies, options: proficiencies,
value: proficiencyFilters, value: proficiencyFilters,
onChange: (v) => handleProficiencyChange(v as number[]), onChange: (v) => handleProficiencyChange(v as number[]),
placeholder: entityType === 'weapon' ? 'Weapon Type' : 'Proficiency' placeholder: 'Proficiency'
}, },
{ {
key: 'gender', key: 'gender',