Skip to content

Commit

Permalink
JS-4411: git push
Browse files Browse the repository at this point in the history
  • Loading branch information
ra3orblade committed Apr 22, 2024
1 parent c6837a9 commit 88e7394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ts/component/page/main/invite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class PageMainInvite extends React.Component<I.PageComponent, State> {
C.SpaceInviteView(data.cid, data.key, (message: any) => {
UtilSpace.openDashboard('route');

window.setTimeout(() => {
popupStore.closeAll(null, () => {
const space = UtilSpace.getSpaceviewBySpaceId(message.spaceId);

if (message.error.code) {
Expand Down Expand Up @@ -108,7 +108,7 @@ class PageMainInvite extends React.Component<I.PageComponent, State> {
} else {
popupStore.open('inviteRequest', { data: { invite: message, ...data } });
};
}, popupStore.getTimeout());
});
});
};
};
Expand Down

0 comments on commit 88e7394

Please sign in to comment.