fix: urls.primaryName functionality regression (via #5097)

* add tests

* compute index before triggering URL load

* bonus: improve urls topbar label
This commit is contained in:
kyle
2018-12-21 23:51:58 -06:00
committed by GitHub
parent 69b362aded
commit 655ef9e662
7 changed files with 79 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
swagger: "2.0"
info:
title: One
paths:
/:
get:
summary: an operation
responses:
"200":
description: OK

View File

@@ -0,0 +1,12 @@
openapi: "3.0.0"
info:
title: Two
paths:
/:
get:
summary: an operation
responses:
"200":
description: OK