|
@@ -52,6 +52,7 @@ const finish = () => {
|
|
title: t('common.finishSetup'),
|
|
title: t('common.finishSetup'),
|
|
hideHeader: true,
|
|
hideHeader: true,
|
|
component: shallowRef(FinishProtocol),
|
|
component: shallowRef(FinishProtocol),
|
|
|
|
+ prevStepButtonHide: true,
|
|
nextStepButtonText: isUsedInModalGuidance ? t('common.finishSetup') : undefined,
|
|
nextStepButtonText: isUsedInModalGuidance ? t('common.finishSetup') : undefined,
|
|
isLastStep: true,
|
|
isLastStep: true,
|
|
},
|
|
},
|
|
@@ -74,6 +75,7 @@ const finish = () => {
|
|
title: t('common.finishSetup'),
|
|
title: t('common.finishSetup'),
|
|
hideHeader: true,
|
|
hideHeader: true,
|
|
component: shallowRef(FinishProtocol),
|
|
component: shallowRef(FinishProtocol),
|
|
|
|
+ prevStepButtonHide: true,
|
|
nextStepButtonText: isUsedInModalGuidance ? t('common.finishSetup') : undefined,
|
|
nextStepButtonText: isUsedInModalGuidance ? t('common.finishSetup') : undefined,
|
|
isLastStep: true,
|
|
isLastStep: true,
|
|
},
|
|
},
|