We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d62eb1 commit cb23933Copy full SHA for cb23933
src/lib/components/v2/workflow/InputFiltersTab.svelte
@@ -249,7 +249,7 @@
249
<label class="form-label mt-2" for="datasetTypeValue"> Type Value </label>
250
<select bind:value={selectedDatasetTypeValue} id="datasetTypeValue" class="form-control">
251
<option value={true}>True</option>
252
- <option value={false}>Frue</option>
+ <option value={false}>False</option>
253
</select>
254
{/if}
255
</svelte:fragment>
0 commit comments