docs: added admin setting page documentation (#4641)
* docs: added admin setting page documentation * add link from routes to settings page
This commit is contained in:
@@ -737,7 +737,7 @@ After the cart is created, the `cart` state variable is set and its ID is shown
|
||||
|
||||
:::note
|
||||
|
||||
The example above does not store in the browser the ID of the cart created, so the cart’s data will be gone on release. You would have to do that using the browser’s [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
|
||||
The example above does not store in the browser the ID of the cart created, so the cart’s data will be gone on refresh. You would have to do that using the browser’s [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user