remove logs

This commit is contained in:
hamid zarghami
2025-07-15 16:14:34 +03:30
parent 019e96cb9d
commit 098d39284b
20 changed files with 13 additions and 155 deletions
+5 -1
View File
@@ -146,7 +146,11 @@ const Filters: FC<FiltersProps> = ({
{/* فیلترها برای دسکتاپ (همیشه نمایش داده می‌شوند) */}
<div className="hidden md:flex md:flex-row justify-between items-center gap-4 w-full">
<div className={fieldClassName}>
{otherFields.map(renderField)}
{otherFields.map(field => (
<div key={field.name}>
{renderField(field)}
</div>
))}
</div>
{searchFieldObj && (
<div className="w-full md:w-auto">
-1
View File
@@ -57,7 +57,6 @@ const UploadBoxDraggble: FC<Props> = (props: Props) => {
if (props.preview && props.preview.length > 0 && !isFill) {
setPerviews(props.preview)
console.log('preview', props.preview);
setIsFill(true)
}