Convert BaseDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-09-04 16:16:21 +02:00
parent 9dee3eb0e1
commit 6aefd9318f
2 changed files with 57 additions and 57 deletions

View File

@@ -34,7 +34,7 @@ interface IProps {
}
interface IState {
icon: Phase;
icon: string;
}
@replaceableComponent("views.dialogs.security.SetupEncryptionDialog")