Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
fix(export): make api export compatible with 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGeraud committed May 28, 2019
1 parent 4fa2e43 commit a81ebaf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -23,6 +23,7 @@ <h4>Export API definition as :</h4>
<div layout="column" layout-align="space-between center">
<md-select ng-model="data.exportVersion" placeholder="Export as">
<md-option value="default" selected>Current version ({{ graviteeVersion }})</md-option>
<md-option value="1.20">1.20.x version</md-option>
<md-option value="1.15">1.15.x to 1.16.x version</md-option>
</md-select>
</div>
Expand Down

0 comments on commit a81ebaf

Please sign in to comment.