hata düzeltme 2
This commit is contained in:
@@ -9,7 +9,10 @@ import { Button } from "@/components/ui/button"
|
|||||||
|
|
||||||
interface SettingsTabsProps {
|
interface SettingsTabsProps {
|
||||||
siteSettings: Record<string, any> | null
|
siteSettings: Record<string, any> | null
|
||||||
smsSettings: Record<string, any> | null
|
smsSettings: {
|
||||||
|
username: string
|
||||||
|
header: string
|
||||||
|
} | null
|
||||||
}
|
}
|
||||||
|
|
||||||
export function SettingsTabs({ siteSettings, smsSettings }: SettingsTabsProps) {
|
export function SettingsTabs({ siteSettings, smsSettings }: SettingsTabsProps) {
|
||||||
|
|||||||
Reference in New Issue
Block a user