Skip to content

Commit 4ef362f

Browse files
authored
Merge branch 'develop' into docs/styleReference
2 parents abbbf93 + 2fec0c1 commit 4ef362f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/application/ApplicationThunks.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ export const loadApplicationConfigThunk = () => async (dispatch: any, getState:
474474
credentials.password
475475
)
476476
);
477+
dispatch(setConnected(true));
477478
}
478479

479480
if (standalone) {

0 commit comments

Comments
 (0)