From 8eae77034945170faf9673d663dc064b3e0e6577 Mon Sep 17 00:00:00 2001 From: Kenan KARAER Date: Tue, 13 Jan 2026 22:47:07 +0300 Subject: [PATCH] =?UTF-8?q?hata=20d=C3=BCzeltme=202?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/dashboard/settings-tabs.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/dashboard/settings-tabs.tsx b/components/dashboard/settings-tabs.tsx index 997facc..a19d737 100644 --- a/components/dashboard/settings-tabs.tsx +++ b/components/dashboard/settings-tabs.tsx @@ -9,7 +9,10 @@ import { Button } from "@/components/ui/button" interface SettingsTabsProps { siteSettings: Record | null - smsSettings: Record | null + smsSettings: { + username: string + header: string + } | null } export function SettingsTabs({ siteSettings, smsSettings }: SettingsTabsProps) {