File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
client/modules/IDE/components Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class CollectionList extends React.Component {
39
39
props . getProject ( props . projectId ) ;
40
40
}
41
41
42
- this . props . getCollections ( this . props . username ) ;
42
+ this . props . getCollections ( this . props . user . username ) ;
43
43
44
44
this . state = {
45
45
hasLoadedData : false
Original file line number Diff line number Diff line change @@ -29,6 +29,18 @@ You must provide the version number when accessing the API.
29
29
30
30
The API accepts and returns the following model objects, as JSON.
31
31
32
+ ## Enabling Access Token UI in Settings Page
33
+
34
+ To enable the Access Token UI in the Settings page, follow these steps:
35
+
36
+ 1 . Navigate to the ` .env ` file in your project.
37
+ 2 . Locate the line specifying UI_ACCESS_TOKEN_ENABLED.
38
+ 3 . Set the value to ` true ` , as shown below:
39
+
40
+ ``` bash
41
+ UI_ACCESS_TOKEN_ENABLED=true
42
+ ```
43
+
32
44
## Sketch
33
45
34
46
| Name | Type | Description |
@@ -217,3 +229,5 @@ No body
217
229
| ---------------| -------------------------|
218
230
| 200 OK | Sketch has been deleted |
219
231
| 404 Not Found | Sketch does not exist |
232
+
233
+
You can’t perform that action at this time.
0 commit comments