From ac48546c76ede74c977f3754ade971984c59d7e4 Mon Sep 17 00:00:00 2001 From: sky121113 Date: Thu, 21 May 2026 16:48:20 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=20=E4=BF=AE=E6=AD=A3=E7=95=B6=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E5=91=8A=E8=AD=A6=E9=A1=9E=E5=9E=8B=E5=B0=9A=E6=9C=AA?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E6=99=82=EF=BC=8C=E6=A9=9F=E5=8F=B0=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=AA=A4=E9=A1=AF=E7=A4=BA=E7=B9=BC=E6=89=BF=E5=85=AC?= =?UTF-8?q?=E5=8F=B8=E8=A8=AD=E5=AE=9A=E5=BE=BD=E7=AB=A0=E4=B9=8B=E5=95=8F?= =?UTF-8?q?=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../basic-settings/discord-notifications/index.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/basic-settings/discord-notifications/index.blade.php b/resources/views/admin/basic-settings/discord-notifications/index.blade.php index f1e54b0..d8317c7 100644 --- a/resources/views/admin/basic-settings/discord-notifications/index.blade.php +++ b/resources/views/admin/basic-settings/discord-notifications/index.blade.php @@ -344,7 +344,7 @@
- @if($isTypeInherited) + @if($isTypeInherited && !empty($effectiveNotifyTypes)) {{ __('Inherit Company') }} @endif
@@ -473,7 +473,7 @@

{{ __('Configured Alert Types') }}

- @if($isTypeInherited) + @if($isTypeInherited && !empty($effectiveNotifyTypes)) {{ __('Inherit Company') }} @endif