#86 - remove build error property
continuous-integration/drone/push Build is passing Details

master
Garrett Mills 3 years ago
parent 6a75900908
commit 066e7b85ee
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -271,7 +271,7 @@ export class AppComponent implements OnInit {
} else if ( result.data === 'export_html' ) {
this.exportTargetAsHTML();
} else if ( result.data === 'export_pdf' ) {
this.exportTargetAsPDF();
// this.exportTargetAsPDF();
} else if ( result.data === 'virtual_root' ) {
this.setVirtualRoot();
} else if ( result.data === 'bookmark_add' ) {

Loading…
Cancel
Save