Skip to content

Commit

Permalink
Remove Trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
oye816 committed Apr 30, 2024
1 parent 8a37ae7 commit bd1da6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/shared/search/item-export/item-export.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ItemExportService {
}

/**
* Get the UUID from a searchOptions
* Get the UUID from a searchOptions
* @param searchOptions
*/
public getScopeUUID(searchOptions: SearchOptions): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ export class ItemExportComponent implements OnInit, OnDestroy {
private canExport(): Observable<boolean> {
return this.searchManager.search(
Object.assign(new PaginatedSearchOptions({}), this.searchOptions, {
scope: this.itemExportService.getScopeUUID(this.searchOptions),
scope: this.itemExportService.getScopeUUID(this.searchOptions),
fixedFilter: `f.entityType=${this.itemType.label},equals`,
pagination: Object.assign(new PaginationComponentOptions(), {
id: this.uuidService.generate(),
Expand Down

0 comments on commit bd1da6b

Please sign in to comment.