From 5098bf2e073fd7a364b4afa4b4c199ae6df9fb30 Mon Sep 17 00:00:00 2001 From: Jonathan Diehl <1334574+jdiehl@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:19:44 +0200 Subject: [PATCH] Removed warning about optional parameters --- .../refguide/runtime/mendix-client/embedding-the-client.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/docs/refguide/runtime/mendix-client/embedding-the-client.md b/content/en/docs/refguide/runtime/mendix-client/embedding-the-client.md index 6452b2fc5e7..ed1e2026dd8 100644 --- a/content/en/docs/refguide/runtime/mendix-client/embedding-the-client.md +++ b/content/en/docs/refguide/runtime/mendix-client/embedding-the-client.md @@ -180,12 +180,6 @@ If the host app uses CSP, make sure its policy allows JavaScript to load from th Cross-site cookies must be enabled in the browser when the Mendix application is hosted on a different domain from the host application. -## Known Issues - -### Optional Parameters - -Omitting a parameter that is marked as optional from the `parameters` object will result in the fallback page being shown instead of the default value being passed. - ## Read More * [Mendix Client](/refguide/mendix-client/)