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