Skip to content

Commit 6d11499

Browse files
committed
fix(view-controller): _dismissRole is a string
1 parent df8d1cc commit 6d11499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigation/view-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class ViewController {
3838
private _onDidDismiss: (data: any, role: string) => void;
3939
private _onWillDismiss: (data: any, role: string) => void;
4040
private _dismissData: any;
41-
private _dismissRole: any;
41+
private _dismissRole: string;
4242
private _detached: boolean;
4343

4444
_cmp: ComponentRef<any>;

0 commit comments

Comments
 (0)