Skip to content

Commit

Permalink
Merge pull request #177 from marzmehr/SS-747
Browse files Browse the repository at this point in the history
handling excel package versioning
  • Loading branch information
marzmehr committed Sep 23, 2023
2 parents 8ff6139 + ff745c5 commit 7ab73a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bootstrap-vue": "^2.12.0",
"core-js": "^3.6.5",
"ejs": "^3.1.8",
"export-to-csv": "^0.2.1",
"export-to-csv": "0.2.1",
"intersection-observer": "^0.10.0",
"jquery": "^3.5.1",
"moment-timezone": "^0.5.31",
Expand Down
2 changes: 1 addition & 1 deletion web/src/types/MyTeam/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export interface userLeaveInfoType{
export interface trainingReportInfoType {
name: string;
trainingType: string;
start: string;
start?: string;
end: string;
expiryDate: string;
excluded?: boolean;
Expand Down

0 comments on commit 7ab73a4

Please sign in to comment.