[WEB-1661] fix: on update project emoji window was closing (#4875)

* fix: on update project emoji window was closing

* fix: updated code structure
This commit is contained in:
guru_sainath
2024-06-19 18:18:25 +05:30
committed by GitHub
parent 77baf4034b
commit 1bc80954c3

View File

@@ -151,6 +151,7 @@ export const ProjectDetailsForm: FC<IProjectDetailsForm> = (props) => {
name="logo_props"
render={({ field: { value, onChange } }) => (
<CustomEmojiIconPicker
closeOnSelect={false}
isOpen={isOpen}
handleToggle={(val: boolean) => setIsOpen(val)}
className="flex items-center justify-center"