File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Presentation/layouts/Desktop Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " quickblox-react-ui-kit" ,
3
- "version" : " 0.3.1-beta.8 " ,
3
+ "version" : " 0.3.1" ,
4
4
"main" : " dist/index-ui.js" ,
5
5
"license" : " MIT" ,
6
6
"dependencies" : {
Original file line number Diff line number Diff line change @@ -819,7 +819,8 @@ export class RemoteDataSource implements IRemoteDataSource {
819
819
// artan 27/06/23
820
820
if ( newDTO . type === DialogType . group ) {
821
821
// eslint-disable-next-line no-await-in-loop
822
- await QBJoinGroupDialog ( newDTO . id ) . catch ( ( ) => {
822
+ await QBJoinGroupDialog ( newDTO . id ) . catch ( ( reason ) => {
823
+ console . log ( 'getDialogs. QBJoinGroupDialog error' , reason ) ;
823
824
throw new RemoteDataSourceException (
824
825
INCORRECT_REMOTE_DATASOURCE_DATA_EXCEPTION_MESSAGE ,
825
826
INCORRECT_REMOTE_DATASOURCE_DATA_EXCEPTION_CODE ,
Original file line number Diff line number Diff line change @@ -1271,11 +1271,11 @@ const QuickBloxUIKitDesktopLayout: React.FC<
1271
1271
minHeight : clientContainerHeight ,
1272
1272
maxHeight : clientContainerHeight ,
1273
1273
} }
1274
- subHeaderContent = {
1275
- < div >
1276
- < p > v0.3.1-beta.5</ p >
1277
- </ div >
1278
- }
1274
+ // subHeaderContent={
1275
+ // <div>
1276
+ // <p>v0.3.1-beta.5</p>
1277
+ // </div>
1278
+ // }
1279
1279
// upHeaderContent={<CompanyLogo />}
1280
1280
dialog = { selectedDialog }
1281
1281
dialogViewModel = { dialogsViewModel }
You can’t perform that action at this time.
0 commit comments