refactor(client): remove unused property

This commit is contained in:
Elian Doran
2025-01-04 19:12:14 +02:00
parent 4175a69e37
commit 540c1b2207

View File

@@ -60,7 +60,7 @@ export default class NoteTypeChooserDialog extends BasicWidget {
private $originalFocused: JQuery<HTMLElement> | null;
private $originalDialog: JQuery<HTMLElement> | null;
constructor(props: {}) {
constructor() {
super();
this.resolve = null;