Skip to content

Commit

Permalink
[AAE-26767] - Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Jan 16, 2025
1 parent cf1ef27 commit 8f4cde0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<div #container></div>
</mat-card-content>
<mat-card-actions align="end">
<ng-content select="[buttons]"></ng-content>
<ng-content select="[buttons]" />
</mat-card-actions>
</mat-card>
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
[screenId]="screenId"
[taskId]="taskId"
>
<ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons>
</ng-template>
<ng-template [ngTemplateOutlet]="taskFormCloudButtons" buttons />
</adf-cloud-task-screen>
</ng-container>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ export abstract class BaseTaskListCloudComponent<T = unknown>
/**
* Resets the pagination values and
* Reloads the task list
*
* @param pagination Pagination values to be set
*/
updatePagination(pagination: PaginationModel) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content>
<ng-content select="adf-custom-empty-content-template" />
</ng-template>
</adf-no-content-template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
icon="assignment"
[title]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.TITLE' | translate"
[subtitle]="'ADF_CLOUD_TASK_LIST.LIST.MESSAGES.SUBTITLE' | translate" />
<ng-content select="adf-custom-empty-content-template"></ng-content>
<ng-content select="adf-custom-empty-content-template" />
</ng-template>
</adf-no-content-template>

Expand Down

0 comments on commit 8f4cde0

Please sign in to comment.