Skip to content

Commit

Permalink
Merge pull request openshift#1157 from kyoto/fix-namespaces-is-mounte…
Browse files Browse the repository at this point in the history
…d-state

frontend: PullSecret's _isMounted flag should be initialized to false
  • Loading branch information
kyoto authored Nov 19, 2016
2 parents 43cfa70 + d42239e commit 1ebc524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/public/components/namespace.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const NamespacesList = makeList('Namespaces', kind, FullHeader, FullRow);
class PullSecret extends React.Component {
constructor (props) {
super(props);
this._isMounted = false;
this.state = {isLoading: true, data: undefined};
}

Expand Down

0 comments on commit 1ebc524

Please sign in to comment.