weekend update
This commit is contained in:
@@ -120,6 +120,10 @@ function Row({
|
||||
);
|
||||
}
|
||||
|
||||
export interface SettingsViewProps {
|
||||
tenantId?: number;
|
||||
}
|
||||
|
||||
export default function SettingsView({ tenantId = FIESTA_TENANT_ID }: SettingsViewProps) {
|
||||
const [activeTab, setActiveTab] = useState<TabKey>('profile');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user