Skip to content

Commit 03d4606

Browse files
Fix syntax to make conditional property opitional
1 parent 74b64b4 commit 03d4606

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/content/docs/dns/internal-dns/internal-zones/setup.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ When setting up internal zones, observe the following conditions:
1717

1818
## Create an internal zone
1919

20-
<Render file="internal-zone-create" params={{
21-
conditional: " "}}
22-
/>
20+
<Render file="internal-zone-create" />
2321

2422
## Other actions
2523

src/content/partials/dns/internal-zone-create.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
params:
3-
- conditional
3+
- conditional?
44
---
55

66
import { Details, Render } from "~/components";

0 commit comments

Comments
 (0)