Merge pull request #1512 from sharepointknight/patch-2

This commit is contained in:
Hugo Bernier 2020-09-24 01:39:55 -04:00 committed by GitHub
commit 25c46e7c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ const SPFieldTaxonomyEdit: React.SFC<ISPFormFieldProps> = (props) => {
initialValues={terms}
context={context}
onChange={(items) => props.valueChanged(getUpdatedValue(items))}
isTermSetSelectable={false} />
isTermSetSelectable={false} />;
};
function getUpdatedValue(terms) {