Skip to content

Commit 795bda2

Browse files
authored
Incorrect data-set name
Updated data-set name property as in subsequent code the parameter is referred as *sampleDataSet*
1 parent 11ae2e6 commit 795bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/component-framework/sample-controls/data-set-component-canvas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Model-driven apps and canvas apps (public preview).
3636
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
3737
<manifest>
3838
<control namespace="PcfSample" constructor="TestDataSetCtrl" version="0.0.6" display-name-key="TestDataSetCtrl" description-key="TestDataSetCtrl description" control-type="standard" api-version="1.2.1">
39-
<data-set name="simpleTableGrid" display-name-key="Dataset_Display_Key">
39+
<data-set name="sampleDataSet" display-name-key="Dataset_Display_Key">
4040
<property-set name="samplePropertySet" display-name-key="Property_Display_Key" description-key="Property_Desc_Key" of-type="SingleLine.Text" usage="bound" required="true"/>
4141
<property-set name="samplePropertySet2" display-name-key="Property_Display_Key2" description-key="Property_Desc_Key2" of-type="SingleLine.Text" usage="bound" required="true"/>
4242
</data-set>

0 commit comments

Comments
 (0)