Browse Source

Merge pull request #5928 from ArtemDzhereleiko/bug-fix/add-user-help-link

[3.3.3] UI: Fixed help link for add user dialog
pull/5933/head
Igor Kulikov 5 years ago
committed by GitHub
parent
commit
956fcdbf8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui-ngx/src/app/modules/home/pages/user/add-user-dialog.component.html

2
ui-ngx/src/app/modules/home/pages/user/add-user-dialog.component.html

@ -19,7 +19,7 @@
<mat-toolbar color="primary">
<h2 translate>user.add</h2>
<span fxFlex></span>
<div [tb-help]="'user'"></div>
<div [tb-help]="'users'"></div>
<button mat-icon-button
(click)="cancel()"
type="button">

Loading…
Cancel
Save