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 b169694 commit 7775200Copy full SHA for 7775200
Lab.md
@@ -717,7 +717,7 @@ Update the default web part to pass into the React component an instance of the
717
```
718
719
1. Create a new interface that will keep track of the component's state:
720
- 1. Create a new file **IGraphTasksState.ts** and save it to the folder: **src\webparts\graphTasks\components\**.
+ 1. Create a new file **IGraphTasksState.ts** and save it to the folder: **src\webparts\graphTasks\components**.
721
1. Add the following code to define a new state object that will be used by the component:
722
723
```ts
0 commit comments