Skip to content

Commit

Permalink
Hide translation button for FinalFormSearchTextField (#2125)
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Obermair <48853629+johnnyomair@users.noreply.github.com>
  • Loading branch information
VP-DS and johnnyomair committed Jun 3, 2024
1 parent 53ee875 commit dc7eaec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/epic-treasure-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/admin-rte": patch
---

Hide translation button for `FinalFormSearchTextField`
1 change: 1 addition & 0 deletions packages/admin/admin/src/form/FinalFormSearchTextField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ function SearchTextField({
endAdornment
)
}
disableContentTranslation={true}
/>
);
}
Expand Down

0 comments on commit dc7eaec

Please sign in to comment.