Skip to content

Commit

Permalink
frontend: Update channels
Browse files Browse the repository at this point in the history
  • Loading branch information
amrutac committed Apr 12, 2018
1 parent 42fc112 commit 8ba0364
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class ConfigureOperatorChannel extends PromiseComponent {

render() {
const items = {
'tectonic-1.8-preproduction': 'Tectonic-1.8-preproduction',
'tectonic-1.8-production': 'Tectonic-1.8-production',
'tectonic-1.9-preproduction': 'Tectonic-1.9-preproduction',
'tectonic-1.9-production': 'Tectonic-1.9-production',
};
return <form onSubmit={this._submit} name="form">
<ModalTitle>Update Channel</ModalTitle>
Expand Down

0 comments on commit 8ba0364

Please sign in to comment.