From f3192945c73c0839a3c1a0dd4e2017083202ffc2 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Mon, 15 Jun 2026 00:15:10 +0330 Subject: [PATCH] fix(doctors): resolve next/image http host and MUI v5 loading prop MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - افزودن الگوی http برای api.clinic-pro.ir به next.config (عکس‌های بیمه با http برمی‌گردند و خطای 500 next/image می‌دادند) - جایگزینی prop loading نامعتبر روی Button با disabled در SendReq/ButtonApply (loading فقط در MUI v6+ پشتیبانی می‌شود؛ این پروژه v5 است و lab نصب نیست) Co-Authored-By: Claude Opus 4.8 --- components/doctors/modal/ButtonApply.js | 2 +- components/doctors/search/SendReq.js | 2 +- next.config.js | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/components/doctors/modal/ButtonApply.js b/components/doctors/modal/ButtonApply.js index b7464eb..b1d1d12 100644 --- a/components/doctors/modal/ButtonApply.js +++ b/components/doctors/modal/ButtonApply.js @@ -16,7 +16,7 @@ function ButtonApply({ sendReq, setOpen }) { return (