MOBILE-3320 iframe: Fix help displayed when it shouldn't
parent
b2635d6556
commit
e3f3ae187d
|
@ -6,7 +6,7 @@
|
|||
</iframe>
|
||||
|
||||
<ion-button
|
||||
*ngIf="!loading"
|
||||
*ngIf="!loading && displayHelp"
|
||||
color="dark" expand="block" fill="clear"
|
||||
(click)="openIframeHelpModal()"
|
||||
aria-haspopup="dialog"
|
||||
|
|
Loading…
Reference in New Issue