fixed dossierView button type check
This commit is contained in:
parent
52e576eccc
commit
b7c1ae162a
@ -2,7 +2,7 @@
|
||||
<button
|
||||
(click)="performAction($event)"
|
||||
[class.dark-bg]="type === circleButtonTypes.dark"
|
||||
[class.dossierView]="circleButtonTypes.dossierView"
|
||||
[class.dossierView]="type === circleButtonTypes.dossierView"
|
||||
[class.overlay]="showDot"
|
||||
[class.primary]="type === circleButtonTypes.primary"
|
||||
[class.warn]="type === circleButtonTypes.warn"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user