We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0cfae commit 59a45a5Copy full SHA for 59a45a5
1 file changed
src/app/grid-lite/grid-lite-data.service.ts
@@ -137,7 +137,7 @@ export class GridLiteDataService {
137
role: this.randomElement(this.roles),
138
location: this.randomElement(this.locations),
139
manager: `${this.randomElement(this.maleFirstNames)} ${this.randomElement(this.lastNames)}`,
140
- employmentType: this.randomElement(this.employmentTypes),
+ employmentType: this.randomElement(this.employmentTypes)
141
};
142
}
143
0 commit comments