[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:
parent
77baf4034b
commit
1bc80954c3
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue