Skip to content

Commit

Permalink
Merge branch 'development' into fix/682-migration-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik authored Feb 15, 2024
2 parents 6b057bd + 060f076 commit f72b301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Folder/Folder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const Folder = <T extends ConversationInfo | PromptInfo | DialFile>({
SettingsSelectors.isPublishingEnabled(state, featureType),
);
const isExternal = useAppSelector((state) =>
isEntityOrParentsExternal(state, currentFolder, FeatureType.Chat),
isEntityOrParentsExternal(state, currentFolder, featureType),
);

useEffect(() => {
Expand Down

0 comments on commit f72b301

Please sign in to comment.