minor change

This commit is contained in:
sanjayk03-dev
2024-11-04 22:45:16 +05:30
parent ef87feb243
commit 9bb4747e67

View File

@@ -62,17 +62,17 @@
enabled. If you choose to live dangerously, and disable the enabled. If you choose to live dangerously, and disable the
safety prompts, Onefinity cannot be held responsible. safety prompts, Onefinity cannot be held responsible.
</div> </div>
<h3>Probe Block</h3>
{#each Object.keys(configTemplate.probe) as key}
{#if key !== "probe-diameter"}
<ConfigTemplatedInput key={`probe.${key}`} />
{/if}
{/each}
<br /> <br />
<h3>Probe Block</h3>
{#each Object.keys(configTemplate.probe) as key}
{#if key !== "probe-diameter"}
<ConfigTemplatedInput key={`probe.${key}`} />
{/if}
{/each}
<h3>Probe Rotary</h3> <h3>Probe Rotary</h3>
{#each Object.keys(configTemplate["probe-rotary"]) as key} {#each Object.keys(configTemplate["probe-rotary"]) as key}