From 0787574db93848f5e9f9e922a9277024605cb4c3 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Thu, 12 Dec 2024 00:59:57 +0530 Subject: [PATCH] bug fix --- .../src/dialogs/ProbeDialog.svelte | 37 +++++++++++++------ 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/src/svelte-components/src/dialogs/ProbeDialog.svelte b/src/svelte-components/src/dialogs/ProbeDialog.svelte index 05f5c44..966f3ce 100644 --- a/src/svelte-components/src/dialogs/ProbeDialog.svelte +++ b/src/svelte-components/src/dialogs/ProbeDialog.svelte @@ -411,18 +411,33 @@ /> {/if} {:else if currentStep === "BitDimensions"} - + {#if probeType !== "xyz"} + - + + {:else} + + + + {/if} {:else if currentStep === "PlaceProbeBlock"}

{#if probeType === "xyz"}