Skip to content

Commit 23fe2aa

Browse files
authored
Update tutorial-create-model-driven-field-component.md
typo + change author
1 parent f7acba6 commit 23fe2aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/developer/component-framework/tutorial-create-model-driven-field-component.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: "Create a model-driven app field component in Microsoft Dataverse | MicrosoftDocs"
33
description: "In this tutorial, learn how to create a model-driven app field component, and deploy, configure, and test the component on a form using Visual Studio Code."
4-
ms.author: noazarur
5-
author: noazarur-microsoft
6-
ms.date: 12/21/2022
4+
ms.author: hemantg
5+
author: HemantGaur
6+
ms.date: 02/05/2023
77
ms.reviewer: jdaly
88
ms.topic: tutorial
99
ms.subservice: pcf
@@ -126,7 +126,7 @@ After the component is built, you'll see that:
126126
127127
## Choices picker Fluent UI React component
128128

129-
When the code component uses React, there must be a single root component that's rendered within the `updateView` method. Inside the `ChoicesPicker` folder, add a new TypeScript file named `ChoicesPickerComponent.tsx`, and sdd the following content:
129+
When the code component uses React, there must be a single root component that's rendered within the `updateView` method. Inside the `ChoicesPicker` folder, add a new TypeScript file named `ChoicesPickerComponent.tsx`, and add the following content:
130130

131131
```react
132132
import { ChoiceGroup } from '@fluentui/react/lib/components/ChoiceGroup/ChoiceGroup';

0 commit comments

Comments
 (0)