Skip to content

Commit

Permalink
Previous change missed the dataset dropdown. (#5592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey authored Nov 21, 2024
1 parent dd2582b commit 9513b1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
:placeholder="mappingDropdownPlaceholder"
v-model="data[field]"
:options="datasetColumns?.map((ele) => ele.name)"
@change="updateMapping()"
/>
</template>
</Column>
Expand Down

0 comments on commit 9513b1c

Please sign in to comment.