Skip to content

Commit

Permalink
chore: move limit section above transform
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Feb 8, 2024
1 parent 577c6f5 commit 3c2145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/query/visual/VisualQueryBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ const hideChart = ref(false)
<hr class="border-gray-200" />
<ColumnSection></ColumnSection>
<hr class="border-gray-200" />
<TransformSection></TransformSection>
<hr class="border-gray-200" />
<LimitSection></LimitSection>
<hr class="border-gray-200" />
<TransformSection></TransformSection>
</template>
<template v-if="activeTab === 'Visualize'">
<ChartOptions></ChartOptions>
Expand Down

0 comments on commit 3c2145a

Please sign in to comment.