This reverts commit d8e75c8cb3.
This commit is contained in:
@@ -39,12 +39,12 @@ export const AllocationType: { [key: string]: string } = {
|
||||
Allocate: 'Allocate'
|
||||
};
|
||||
export const AgentAllocationType: { [key: string]: string } = {
|
||||
Deallocate: 'TICKET_DE_ALLOCATION_REQUEST',
|
||||
Allocate: 'TICKET_ALLOCATION_REQUEST'
|
||||
Deallocate: 'DEALLOCATE_CASES_TO_AGENT_FILE',
|
||||
Allocate: 'ALLOCATE_CASES_TO_AGENT_FILE_S3'
|
||||
};
|
||||
export const AgencyAllocationType: { [key: string]: string } = {
|
||||
Deallocate: 'TICKET_RESOLUTION_REQUEST',
|
||||
Allocate: 'TICKET_CREATION_REQUEST'
|
||||
Deallocate: 'DEALLOCATE_CASES_TO_AGENCY_FILE',
|
||||
Allocate: 'ALLOCATE_CASES_TO_AGENCY_FILE_S3'
|
||||
};
|
||||
export const CaseType: { [key: string]: string } = {
|
||||
Agency: 'Agency',
|
||||
|
||||
@@ -10,6 +10,8 @@ import { fetchFailureReport, fetchOriginalFile } from './uploadHistoryDrawerActi
|
||||
import dayjs from 'dayjs';
|
||||
import { DateTimeFormat } from '@cp/src/components/DateTimePicker/constants';
|
||||
|
||||
const SET_DUMMY_TRUE = true;
|
||||
|
||||
export const useColumnDefs = (): {
|
||||
columnDefs: ColDef[];
|
||||
handleFileButtonClick: (fileReferenceId: string, uploadStatus: string) => void;
|
||||
|
||||
@@ -32,7 +32,7 @@ export const fetchUploadHistoryPolling = (pageNo: number, pageSize: number, type
|
||||
{
|
||||
pageNo: pageNo,
|
||||
pageSize: pageSize,
|
||||
requestSubType: type || ''
|
||||
type: type || ''
|
||||
}
|
||||
);
|
||||
return axiosInstance.get(url);
|
||||
|
||||
Reference in New Issue
Block a user