mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-02 00:05:35 +01:00
Update content/tutorials/react-get-use-data-set.md
Co-Authored-By: jernejpregelj <jernej.pregelj88@gmail.com>
This commit is contained in:
parent
c73f9bce0f
commit
24f8845b1e
@ -11,7 +11,7 @@ Open `src/App.js` in your marketplace app from previous tutorials.
|
||||
|
||||
## Retrieve Assets
|
||||
|
||||
From previous tutorial we added asset publishing so we can now search for it so we can consume it later. Just after `submitAsset()` function we can add new function that will handle search:
|
||||
In the previous tutorial we added asset publishing. We can now search for published assets for consumption. Just after the `submitAsset()` function we can add a new function that will handle search:
|
||||
|
||||
```js
|
||||
async retrieveAssets() {
|
||||
|
Loading…
Reference in New Issue
Block a user