mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
#1058 fix firfox
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ export class ActivitiProcessInstanceTasks implements OnInit {
|
||||
}
|
||||
|
||||
public showStartDialog() {
|
||||
if (!this.dialog.nativeElement.showModal) {
|
||||
if (!this.startDialog.nativeElement.showModal) {
|
||||
dialogPolyfill.registerDialog(this.dialog.nativeElement);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user