Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf17ef0f

Browse files
author
Bogdan Tsechoev
committed
hotfix: fixed data parsing received from the API in response to a profile update
1 parent43fc0ef commitf17ef0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ui/packages/platform/src/actions/actions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Actions.updateUserProfile.listen(function (token, data) {
284284
result.json()
285285
.then(json=>{
286286
if(json){
287-
action.completed({data:json?.result});
287+
action.completed({data:json});
288288
}else{
289289
action.failed(newError('wrong_reply'));
290290
}

‎ui/packages/platform/src/pages/Profile/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class Profile extends Component {
180180
}
181181
/>
182182
}
183-
label="Notify about new messages in theAI Assistant"
183+
label="Send an email notification if a new message fromAI Assistant remains unread for more than one minute"
184184
/>
185185
</Grid>
186186
<Grid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp