diff --git a/components/dashboard/src/settings/Account.tsx b/components/dashboard/src/settings/Account.tsx index 1a7e5e85829879..f8635b2dc27f12 100644 --- a/components/dashboard/src/settings/Account.tsx +++ b/components/dashboard/src/settings/Account.tsx @@ -42,7 +42,7 @@ export default function Account() {
  • Your subscription will be cancelled. If you obtained a Gitpod subscription through the GitHub marketplace, you need to cancel your plan there.
  • Type your email to confirm

    - setTypedEmail(e.target.value)}> + setTypedEmail(e.target.value)}> diff --git a/components/dashboard/src/settings/EnvironmentVariables.tsx b/components/dashboard/src/settings/EnvironmentVariables.tsx index b0e1f4c3078bb7..3c2486c2164851 100644 --- a/components/dashboard/src/settings/EnvironmentVariables.tsx +++ b/components/dashboard/src/settings/EnvironmentVariables.tsx @@ -59,7 +59,7 @@ function AddEnvVarModal(p: EnvVarModalProps) { : null}

    Name

    - { update({name: v.target.value}) }} /> + { update({name: v.target.value}) }} />

    Value

    diff --git a/components/dashboard/src/teams/NewTeam.tsx b/components/dashboard/src/teams/NewTeam.tsx index 368c4290048f10..8b963e46ede7b2 100644 --- a/components/dashboard/src/teams/NewTeam.tsx +++ b/components/dashboard/src/teams/NewTeam.tsx @@ -37,7 +37,7 @@ export default function () {

    What's your team's name?

    Team Name

    - name = event.target.value} /> + name = event.target.value} /> {!!creationError &&

    {creationError.message.replace(/Request \w+ failed with message: /, '')}

    }
    diff --git a/components/dashboard/src/teams/TeamSettings.tsx b/components/dashboard/src/teams/TeamSettings.tsx index 16868ccdfeaca8..1070a763cde288 100644 --- a/components/dashboard/src/teams/TeamSettings.tsx +++ b/components/dashboard/src/teams/TeamSettings.tsx @@ -74,7 +74,7 @@ export default function TeamSettings() {
  • All members of this team will lose access to this team, associated projects and workspaces.
  • Type {team?.slug} to confirm

    - setTeamSlug(e.target.value)}> + setTeamSlug(e.target.value)}> } diff --git a/components/dashboard/src/workspaces/WorkspaceEntry.tsx b/components/dashboard/src/workspaces/WorkspaceEntry.tsx index 920ba0f04735be..247a6e42aa652d 100644 --- a/components/dashboard/src/workspaces/WorkspaceEntry.tsx +++ b/components/dashboard/src/workspaces/WorkspaceEntry.tsx @@ -175,7 +175,7 @@ export function WorkspaceEntry({ desc, model, isAdmin, stopWorkspace }: Props) { {errorMessage}
    : null} - +

    Change the description to make it easier to go back to a workspace.

    Workspace URLs and endpoints will remain the same.