(editor) Allow empty group titles

This commit is contained in:
Baptiste Arnaud
2023-03-13 09:29:56 +01:00
parent 186328132f
commit f9aef907e3
11 changed files with 42 additions and 21 deletions

View File

@@ -43,10 +43,7 @@ export const AvatarForm = ({
useOutsideClick({
ref: popoverContainerRef,
handler: () => {
console.log('close')
onClose()
},
handler: onClose,
})
const isDefaultAvatar = !avatarProps?.url || avatarProps.url.includes('{{')