change style

This commit is contained in:
AmirHossein Mahmoodi
2025-03-05 10:24:12 +03:30
parent c9410da5ef
commit 9abfd54b50
7 changed files with 27 additions and 27 deletions

View File

@@ -129,8 +129,8 @@ const OperatorList = () => {
props.dependencyFieldValue?.value === ""
? "empty"
: loadingEdaratList
? "loading"
: props.filterParameters.value
? "loading"
: props.filterParameters.value
}
columnSelectOption={getColumnSelectOptions}
/>
@@ -256,7 +256,7 @@ const OperatorList = () => {
}
return (
<Typography textAlign={"center"} variant="body2">
بدون تصویر
-
</Typography>
);
},