Skip to content

Commit

Permalink
fixed change tab after batch run
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Nov 6, 2024
1 parent 378443d commit 10fddb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion frontend/src/views/BatchProcessing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<div class="batch-processing-view">
<h1>Batch Processing</h1>
<div>
<v-tabs v-model="activeTab" bg-color="bcGovLightGrey">
<v-tabs
v-model="batchProcessingStore.activeTab"
bg-color="bcGovLightGrey"
>
<v-tab
value="batchRuns"
@click="
Expand Down Expand Up @@ -284,6 +287,7 @@ export default {
return {
activeTab,
batchProcessingStore,
};
},
computed: {
Expand Down

0 comments on commit 10fddb2

Please sign in to comment.