fixed bug

This commit is contained in:
AmirHossein Mahmoodi
2025-03-08 16:11:04 +03:30
parent ea0e3e17c3
commit cac9b243b9
3 changed files with 21 additions and 12 deletions

View File

@@ -128,8 +128,8 @@ const OperatorList = () => {
props.dependencyFieldValue.value === ""
? "empty"
: loadingSubItemsList
? "loading"
: props.filterParameters.value
? "loading"
: props.filterParameters.value
}
columnSelectOption={getColumnSelectOptions}
/>
@@ -282,7 +282,7 @@ const OperatorList = () => {
grow: false,
size: 100,
},
]
],
},
{
accessorFn: (row) => moment(row.created_at).locale("fa").format("HH:mm | yyyy/MM/DD"),

View File

@@ -378,7 +378,7 @@ const SupervisorList = () => {
grow: false,
size: 100,
},
]
],
},
{
accessorFn: (row) => moment(row.created_at).locale("fa").format("HH:mm | yyyy/MM/DD"),