Skip to content

Commit

Permalink
revert: unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
disha1202 committed Jan 19, 2024
1 parent 35eabf1 commit 31cda90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/screens/OrgPost/OrgPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ function orgPost(): JSX.Element {
</Dropdown.Toggle>
<Dropdown.Menu>
<Dropdown.Item
eventKey="searchText"
value="searchText"
onClick={(e): void => {
setShowTitle(false);
e.preventDefault();
Expand All @@ -253,7 +253,7 @@ function orgPost(): JSX.Element {
{t('Text')}
</Dropdown.Item>
<Dropdown.Item
eventKey="searchTitle"
value="searchTitle"
onClick={(e): void => {
setShowTitle(true);
e.preventDefault();
Expand Down

0 comments on commit 31cda90

Please sign in to comment.