Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Navigate to the service that you created in the previous tutorial [Create a Serv

!![Select Post](Select Post Method.png)

4. For encoding, you need to select all the values in the **authorities** field, right click and select the option **EncodeURIComponent**.
4. For encoding, you need to select all the values in the **authorities** field, right click and select the option **EncodeURIComponent**.

!![Encoding_Authorities](Encoding_Authorities.png)

Expand Down
2 changes: 1 addition & 1 deletion tutorials/luigi-app-react/luigi-app-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ In this step, you will make changes to the entry point `index.js` for the React
root.render(<App />);
```

2. Next, go to the `react-core-mf/src/views` directory created in step 6 of the [previous tutorial](luigi-app-basic-setup). Find the file called `home.js` and paste the following code into it:
2. Next, go to the `react-core-mf/src/views` directory created in step 6 of the [previous tutorial](luigi-app-basic-setup). Find the file called `home.js` and paste the following code into it:

```JavaScript
import React, { useState, useEffect } from 'react';
Expand Down