zudoku 0.3.0-dev.81 → 0.3.0-dev.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import "./jsx-runtime-CJBdjYYx.js";
2
- import { o as f } from "./index-BlnQp2oR.js";
2
+ import { o as f } from "./index-Bl6YeerK.js";
3
3
  import "./urql-DrBfkb92.js";
4
4
  import "./DevPortalProvider-BWeAysxF.js";
5
5
  import "zudoku/openapi-worker";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zudoku",
3
- "version": "0.3.0-dev.81",
3
+ "version": "0.3.0-dev.82",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",
@@ -234,7 +234,7 @@ export const Playground = ({
234
234
  >
235
235
  <div className="flex justify-between">
236
236
  <TabsList>
237
- {pathParams.length > 0 && (
237
+ {queryParams.length + pathParams.length > 0 && (
238
238
  <TabsTrigger value="parameters">Parameters</TabsTrigger>
239
239
  )}
240
240
  <TabsTrigger value="headers">