Skip to content

Commit

Permalink
chore: fix merge problem in TransformWizard.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 26, 2024
1 parent 2777d72 commit db3ec03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib/components/modals/TransformWizard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@
<Select
class="jse-filter-relation"
showChevron
clearable={false}items={filterRelationOptions}
clearable={false}
items={filterRelationOptions}
bind:value={filterRelation}
/>
<input class="jse-filter-value" bind:value={filterValue} />
Expand All @@ -134,7 +135,8 @@
<Select class="jse-sort-path" showChevron items={fieldOptions} bind:value={sortPath} />
<Select
class="jse-sort-direction"
showChevronclearable={false}
showChevron
clearable={false}
items={sortDirectionOptions}
bind:value={sortDirection}
/>
Expand Down

0 comments on commit db3ec03

Please sign in to comment.