Change default title in DashboardTabs component
This commit is contained in:
@@ -19,7 +19,7 @@ interface DashboardTabsProps {
|
||||
|
||||
export function DashboardTabs({
|
||||
data,
|
||||
title = 'AIR EUROPA - Beyond CX Analytics',
|
||||
title = 'CLIENTE DEMO - Beyond CX Analytics',
|
||||
onBack
|
||||
}: DashboardTabsProps) {
|
||||
const [activeTab, setActiveTab] = useState<TabId>('executive');
|
||||
|
||||
Reference in New Issue
Block a user