fix(settings): remove onClose prop from useSettingsController args

This commit is contained in:
Haileyesus
2026-04-11 12:19:55 +03:00
parent cd16e0cfce
commit d1dfefcc24
2 changed files with 1 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ type ThemeContextValue = {
type UseSettingsControllerArgs = {
isOpen: boolean;
initialTab: string;
onClose: () => void;
};
type StatusApiResponse = {

View File

@@ -69,8 +69,7 @@ function Settings({ isOpen, onClose, projects = [], initialTab = 'agents' }: Set
handleLoginComplete,
} = useSettingsController({
isOpen,
initialTab,
onClose,
initialTab
});
const {