We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d20ff9a + 8b3884d commit 9d89766Copy full SHA for 9d89766
packages/forklift-console-plugin/src/modules/Plans/views/create/PlanCreatePage.tsx
@@ -95,8 +95,7 @@ export const PlanCreatePage: React.FC<{ namespace: string }> = ({ namespace }) =
95
!emptyContext &&
96
!(
97
!!state?.flow?.apiError ||
98
- Object.values(state?.validation || []).some((validation) => validation === 'error') ||
99
- state?.validation?.planName === 'default'
+ Object.values(state?.validation || []).some((validation) => validation === 'error')
100
),
101
canJumpTo: isFirstStepValid,
102
nextButtonText: 'Create migration plan',
0 commit comments