Skip to content

Commit

Permalink
fix(chat): fix disappearing of the organization section from "Select …
Browse files Browse the repository at this point in the history
…application icon" (Issue #2481) (#2638)
  • Loading branch information
denys-kolomiitsev authored Nov 20, 2024
1 parent b5feaac commit 3a99055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chat/src/store/settings/settings.epic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const getInitActions = (page?: PageType) => {
of(UIActions.init()),
of(ModelsActions.init()),
of(AddonsActions.init()),
of(FilesActions.init()),
of(PublicationActions.init()),
];
case PageType.Chat:
Expand Down

0 comments on commit 3a99055

Please sign in to comment.