Skip to content

Commit

Permalink
🐛 (editor) Shouldn't be able to set a group name to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Sep 19, 2022
1 parent 45409a8 commit 6a1eaea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const DraggableGroupNode = memo(
}, [connectingIds, group.id])

const handleTitleSubmit = (title: string) =>
updateGroup(groupIndex, { title })
title.length > 0 ? updateGroup(groupIndex, { title }) : undefined

const handleMouseDown = (e: React.MouseEvent) => {
e.stopPropagation()
Expand Down Expand Up @@ -187,6 +187,7 @@ const DraggableGroupNode = memo(
onSubmit={handleTitleSubmit}
fontWeight="semibold"
pointerEvents={isReadOnly || isStartGroup ? 'none' : 'auto'}
pr="8"
>
<EditablePreview
_hover={{ bgColor: 'gray.200' }}
Expand Down

5 comments on commit 6a1eaea

@vercel
Copy link

@vercel vercel bot commented on 6a1eaea Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 6a1eaea Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6a1eaea Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6a1eaea Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./apps/docs

docs-git-main-typebot-io.vercel.app
docs-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 6a1eaea Sep 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

viewer-v2-alpha – ./apps/viewer

8jours.top
sat.cr8.ai
bot.aipr.kr
247987.com
bot.aws.bj
minipost.uk
ns8.vn
yobot.me
finplex.be
bt.id8rs.com
vhpage.cr8.ai
an.nigerias.io
ar.nigerias.io
am.nigerias.io
bot.lalmon.com
ticketfute.com
aso.nigerias.io
apr.nigerias.io
apo.nigerias.io
bot.ageenda.com
bot.artiweb.app
bot.tc-mail.com
chat.sureb4.com
eventhub.com.au
typebot.aloe.do
sakuranembro.it
games.klujo.com
bot.upfunnel.art
bot.piccinato.co
botc.ceox.com.br
clo.closeer.work
faqs.nigerias.io
feedback.ofx.one
form.syncwin.com
kw.wpwakanda.com
myrentalhost.com
stan.vselise.com
typebot.aloe.bot
voicehelp.cr8.ai
app.chatforms.net
bot.agfunnel.tech
bot.phuonghub.com
bot.maitempah.com
bot.reviewzer.com
cares.urlabout.me
fmm.wpwakanda.com
k1.kandabrand.com
gentleman-shop.fr
lb.ticketfute.com
ov1.wpwakanda.com
ov2.wpwakanda.com
ov3.wpwakanda.com
1988.bouclidom.com
andreimayer.com.br
survey.digienge.io
goalsettingbot.com
dicanatural.online
bot.megafox.com.br
cadu.uninta.edu.br
bot.neferlopez.com
this-is-a-test.com
zap.techadviser.in
bot.digitalbled.com
bot.eventhub.com.au
carsalesenquiry.com
demo.botscientis.us
forms.webisharp.com
mentoria.omelhor.vc
nutrisamirbayde.com
quest.wpwakanda.com
order.maitempah.com
test.botscientis.us
live.botscientis.us
bium.gratirabbit.com
typebot.stillio.com
bot.ansuraniphone.my
click.sevenoways.com
bot.cotemeuplano.com
chat.hayurihijab.com
connect.growthguy.in
chatbee.agfunnel.com
get.freebotoffer.xyz
offer.botscientis.us
uppity.wpwakanda.com
talkbot.agfunnel.com
abutton.wpwakanda.com
bbutton.wpwakanda.com
aidigitalmarketing.kr
bot.incusservices.com
bot.ramonmatos.com.br
bot.meuesocial.com.br
chat.missarkansas.org
cdd.searchcube.com.sg
sbutton.wpwakanda.com
aplicacao.bmind.com.br
bbutton.wpwwakanda.com
bot.louismarcondes.com
apply.ansuraniphone.my
felipewelington.com.br
bot.t20worldcup.com.au

Please sign in to comment.