Skip to content

Commit

Permalink
Webapp changes for job and files deletion
Browse files Browse the repository at this point in the history
Webapp changes for job and files deletion
  • Loading branch information
NaveenKinnal committed Feb 20, 2023
1 parent bc55c88 commit c5033e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/src/services/contaxy-client/api/FilesApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ export default class FilesApi {
};
let queryParams = {
extension_id: opts['extensionId'],
date_from: opts['startDate'],
date_to: opts['endDate'],
};
let headerParams = {};
let formParams = {};
Expand Down
2 changes: 2 additions & 0 deletions webapp/src/services/contaxy-client/api/JobsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ export default class JobsApi {
};
let queryParams = {
extension_id: opts['extensionId'],
date_from: opts['startDate'],
date_to: opts['endDate'],
};
let headerParams = {};
let formParams = {};
Expand Down

0 comments on commit c5033e9

Please sign in to comment.