Skip to content

Commit

Permalink
#85 fix reset id
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwerfling committed Aug 21, 2024
1 parent 1efaee2 commit 4aefaf1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ export class DynDnsClientEditModal extends ModalDialog {
*/
public override resetValues(): void {
this.setProvider('none');
this._id = null;
this._multipleDomains.setValue([]);
this._inputUsername.setValue('');
this._inputPassword.setValue('');
Expand Down

0 comments on commit 4aefaf1

Please sign in to comment.