fix: change labelProp to textProp

This commit is contained in:
elforjani3
2021-01-14 14:21:52 +02:00
parent 724584e248
commit dbf8cae5e5
12 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ export default function SalutationList({
<ListSelect
items={items}
selectedItemProp={'key'}
labelProp={'label'}
textProp={'label'}
defaultText={'Salutation'}
filterable={false}
{...restProps}