File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
powerapps-docs/developer/component-framework/sample-controls Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Model-driven apps and canvas apps (public preview).
36
36
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
37
37
<manifest >
38
38
<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" >
40
40
<property-set name =" samplePropertySet" display-name-key =" Property_Display_Key" description-key =" Property_Desc_Key" of-type =" SingleLine.Text" usage =" bound" required =" true" />
41
41
<property-set name =" samplePropertySet2" display-name-key =" Property_Display_Key2" description-key =" Property_Desc_Key2" of-type =" SingleLine.Text" usage =" bound" required =" true" />
42
42
</data-set >
You can’t perform that action at this time.
0 commit comments