lint
This commit is contained in:
parent
0738d8c4ef
commit
0b64044f57
@ -2,7 +2,7 @@
|
||||
[ngStyle]="{
|
||||
'padding-top': verticalPadding + 'px',
|
||||
'padding-left': horizontalPadding + 'px',
|
||||
'padding-right': horizontalPadding + 'px'
|
||||
'padding-right': horizontalPadding + 'px',
|
||||
}"
|
||||
class="empty-state"
|
||||
>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
[ngTemplateOutletContext]="{
|
||||
filter: filter,
|
||||
filterGroup: primaryGroup,
|
||||
atLeastOneIsExpandable: atLeastOneFilterIsExpandable$ | async
|
||||
atLeastOneIsExpandable: atLeastOneFilterIsExpandable$ | async,
|
||||
}"
|
||||
[ngTemplateOutlet]="defaultFilterTemplate"
|
||||
></ng-container>
|
||||
@ -32,7 +32,7 @@
|
||||
[ngTemplateOutletContext]="{
|
||||
filter: filter,
|
||||
filterGroup: secondaryGroup,
|
||||
atLeastOneIsExpandable: atLeastOneSecondaryFilterIsExpandable$ | async
|
||||
atLeastOneIsExpandable: atLeastOneSecondaryFilterIsExpandable$ | async,
|
||||
}"
|
||||
[ngTemplateOutlet]="defaultFilterTemplate"
|
||||
></ng-container>
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div
|
||||
[className]="'rectangle ' + config.color"
|
||||
[ngStyle]="{
|
||||
'background-color': config.color.includes('#') ? config.color : ''
|
||||
'background-color': config.color.includes('#') ? config.color : '',
|
||||
}"
|
||||
></div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user