Skip to content

Commit

Permalink
Addition of csv form
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Sep 8, 2023
1 parent e76ff7b commit 4763011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webapp/src/components/TopicSelector.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<template>
<v-card>
<v-card-item>
<v-select label="Channel" v-model="hierarchy" :items="hierarchyList" v-if="hierarchyList.length"
hint="Topic hierarchy for ingestion of data" persistent-hint></v-select>
</v-card-item>
</v-card>
</template>

0 comments on commit 4763011

Please sign in to comment.