Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmbabhazi committed Dec 19, 2024
1 parent ee57855 commit aa78eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/gauzy/src/app/pages/time-off/time-off.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ export class TimeOffComponent extends PaginationFilterBaseComponent implements O

private async _loadGridLayoutData() {
if (this._isGridLayout) {
this.timeOffs=await this.sourceSmartTable.getElements()
this.timeOffs = await this.sourceSmartTable.getElements()
};
}

Expand Down

0 comments on commit aa78eed

Please sign in to comment.