Skip to content

Commit

Permalink
Update client/src/www/views/servers_view/server_list_item/server_card…
Browse files Browse the repository at this point in the history
…/server_rename_dialog/index.ts

Co-authored-by: Vinicius Fortuna <[email protected]>
  • Loading branch information
daniellacosse and fortuna authored Dec 9, 2024
1 parent eacf5c9 commit e7bf0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class ServerRenameDialog extends LitElement {
<md-dialog .open=${this.open} @close=${this.handleClose} quick>
<header slot="headline">${this.localize('server-rename')}</header>
<!--
on older versions of iOS, md-textfield triggers itself indefinitely here,
On older versions of iOS, md-textfield triggers itself indefinitely here,
so we must use mwc-textfield
-->
<mwc-textfield
Expand Down

0 comments on commit e7bf0cb

Please sign in to comment.