Update app/client/ui/CreateTeamModal.ts

add autodispose disabled

Co-authored-by: George Gevoian <85144792+georgegevoian@users.noreply.github.com>
pull/903/head
CamilleLegeron 2 months ago committed by GitHub
parent a3ceaf5629
commit d57ce5fde2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -138,6 +138,7 @@ function buildTeamPage({
Enter: () => click(),
});
return cssWide(
dom.autoDispose(disabled),
cssHeaderLine(t("Work as a Team"), testId("creation-title")),
cssSubHeaderLine(t("Choose a name and url for your team site")),
hspace('1.5em'),

Loading…
Cancel
Save