cd4e3c4d4e
The url argument is undefined when it is not explicitly set to an empty string. An undefined url is causing the swagger UI to fail on match checks. fixes #8895 Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
163 B
163 B
@backstage/plugin-api-docs
| @backstage/plugin-api-docs |
|---|
| patch |
Using an explicitly empty string for the url argument ensures that the swagger UI does not run into undefined errors.