diff --git a/packages/console/src/pages/Organizations/Guide/Introduction/index.tsx b/packages/console/src/pages/Organizations/Guide/Introduction/index.tsx index 596371c46..b685588f2 100644 --- a/packages/console/src/pages/Organizations/Guide/Introduction/index.tsx +++ b/packages/console/src/pages/Organizations/Guide/Introduction/index.tsx @@ -11,7 +11,7 @@ import OverlayScrollbar from '@/ds-components/OverlayScrollbar'; import useTenantPathname from '@/hooks/use-tenant-pathname'; import useTheme from '@/hooks/use-theme'; -import { steps } from '../const'; +import { steps, totalStepCount } from '../const'; import * as parentStyles from '../index.module.scss'; import FlexBox from './components/FlexBox'; @@ -114,12 +114,12 @@ function Introduction({ isReadonly }: Props) { {!isReadonly && ( - +