Skip to content
Snippets Groups Projects
Commit 8b0939ea authored by !! Julian Keck (old Account; do not use) !!'s avatar !! Julian Keck (old Account; do not use) !! :ghost:
Browse files

FIX: prevent react-error in swagger

parent 3a86cc69
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,9 @@ export default {
}
}
for (const vers of this.api_versions) {
if (vers.semantic === 'alpha' && has_release) {
continue
}
if (vers.semantic === 'alpha' && !has_release) {
vers.semantic = 'release'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment