fix and consolidate calendar dates usage and format
This commit is contained in:
@ -7,7 +7,7 @@ import axiosInstance from '../../src/axiosSecure';
|
||||
import { monthNamesBG, GetTimeFormat, GetDateFormat } from "../../src/helpers/const"
|
||||
import common from "../../src/helpers/common";
|
||||
|
||||
type Assignment = {
|
||||
type Assignments = {
|
||||
items: {
|
||||
[key: string]: any[];
|
||||
};
|
||||
@ -18,7 +18,7 @@ type Assignment = {
|
||||
};
|
||||
|
||||
type ShiftsListProps = {
|
||||
assignments: Assignment;
|
||||
assignments: Assignments;
|
||||
selectedtab: string;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user