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