Skip to content

Commit cb23933

Browse files
committed
Fixed typo
1 parent 6d62eb1 commit cb23933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/v2/workflow/InputFiltersTab.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
<label class="form-label mt-2" for="datasetTypeValue"> Type Value </label>
250250
<select bind:value={selectedDatasetTypeValue} id="datasetTypeValue" class="form-control">
251251
<option value={true}>True</option>
252-
<option value={false}>Frue</option>
252+
<option value={false}>False</option>
253253
</select>
254254
{/if}
255255
</svelte:fragment>

0 commit comments

Comments
 (0)