File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/manager/apps/pci-kubernetes/src/pages/new/steps Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ export function LocationStep({
95
95
if ( ! step . isLocked ) {
96
96
clearNotifications ( ) ;
97
97
}
98
+ return clearNotifications ;
98
99
} , [ clearNotifications , step . isLocked ] ) ;
99
100
100
101
const { isPending, mutate : addRegion } = useAddProjectRegion ( {
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { NetworkStep } from './NetworkStep.component';
8
8
import NodePoolStep from './NodePoolStep.component' ;
9
9
import PlanStep from './PlanStep.component' ;
10
10
import { VersionAndUpdatePolicyStep } from './VersionAndUpdatePolicyStep.component' ;
11
+ import Loader from './Loader' ;
11
12
12
13
type StepComponentProps = Record < string , unknown > ;
13
14
@@ -29,8 +30,6 @@ const stepsConfig = ({
29
30
createNewCluster : ( ) => void ;
30
31
projectId ?: string ;
31
32
are3AZRegions ?: boolean ;
32
- addRegion : ( region : string ) => void ;
33
- isPending : boolean ;
34
33
} ) : StepConfig [ ] => [
35
34
{
36
35
key : 'clusterName' ,
You can’t perform that action at this time.
0 commit comments