Convert BaseDialog to TS
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
9dee3eb0e1
commit
6aefd9318f
2 changed files with 57 additions and 57 deletions
|
@ -34,7 +34,7 @@ interface IProps {
|
|||
}
|
||||
|
||||
interface IState {
|
||||
icon: Phase;
|
||||
icon: string;
|
||||
}
|
||||
|
||||
@replaceableComponent("views.dialogs.security.SetupEncryptionDialog")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue