This repository was archived by the owner on Mar 24, 2023. It is now read-only.
File tree 3 files changed +9
-11
lines changed
3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @replicatedhq/ship-init" ,
3
- "version" : " 1.5.0 " ,
3
+ "version" : " 1.5.1 " ,
4
4
"description" : " Shared component that contains the Ship Init app" ,
5
5
"author" : " Replicated, Inc." ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 1
1
import React from "react" ;
2
2
import ErrorBoundary from "../../ErrorBoundary" ;
3
3
4
- import {
5
- each ,
6
- isEmpty ,
7
- map ,
8
- partialRight ,
9
- omit ,
10
- has ,
11
- forEach ,
4
+ import {
5
+ each ,
6
+ isEmpty ,
7
+ map ,
8
+ partialRight ,
9
+ omit ,
10
+ has ,
11
+ forEach ,
12
12
includes
13
13
} from "lodash" ;
14
14
import { ConfigService } from "../../services/ConfigService" ;
@@ -34,7 +34,6 @@ export default class ConfigOnly extends React.Component {
34
34
}
35
35
36
36
componentDidMount ( ) {
37
- this . props . getChannel ( ) ;
38
37
if ( ! this . props . settingsFieldsList . length ) {
39
38
this . props . getApplicationSettings ( { item_values : null } ) ;
40
39
}
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ export default class DetermineStep extends React.Component {
97
97
}
98
98
99
99
componentDidMount ( ) {
100
- //this.props.getChannel();
101
100
this . props . getMetadata ( ) ;
102
101
this . startPoll ( ) ;
103
102
this . startMaxTimeout ( ) ;
You can’t perform that action at this time.
0 commit comments