We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d9a1d commit f2994c3Copy full SHA for f2994c3
Assets/ExpMngr/Scripts/ParticipantListSelection.cs
@@ -86,7 +86,7 @@ void CreateNewPPList(string filePath)
86
{
87
row1[dataPoint.internalName] = dataPoint.controller.GetDefault();
88
}
89
- row1["ppid"] = "example001";
+ row1["ppid"] = "test";
90
91
exampleData.Rows.Add(row1);
92
0 commit comments