rename filter labels: Series, Proficiency
This commit is contained in:
parent
135146d1ee
commit
1c2b523aef
1 changed files with 2 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue