Update src/platform/web/ui/session/JoinRoomView.ts

This commit is contained in:
Bruno Windels 2022-09-20 08:50:37 +00:00 committed by GitHub
parent 67dfbc5e28
commit 2e9470027b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ export class JoinRoomView extends TemplateView<JoinRoomViewModel> {
type: "text", type: "text",
name: "id", name: "id",
id: "id", id: "id",
placeholder: vm.i18n`Enter a room id`, placeholder: vm.i18n`Enter a room id or alias`,
disabled: vm => vm.joinInProgress, disabled: vm => vm.joinInProgress,
}); });
return t.main({className: "middle"}, return t.main({className: "middle"},