Skip to content

Commit

Permalink
Merge pull request #2552 from ecency/sa/community-selection-bug
Browse files Browse the repository at this point in the history
[Bug Fix] community not selecting in editor from community page
  • Loading branch information
feruzm committed Dec 13, 2022
2 parents a21d38c + 524b267 commit 85e8508
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/screens/editor/screen/editorScreen.tsx
Expand Up @@ -104,6 +104,11 @@ class EditorScreen extends Component {
if (isUploading !== nextProps) {
this._handleFormUpdate();
}

if (community && community.length > 0) {
this._getCommunity(community[0]);
this._handleOnTagAdded(community);
}
};

// Component Functions
Expand Down

0 comments on commit 85e8508

Please sign in to comment.