Skip to content

Commit

Permalink
15863 moved v-divider outside of section and shortened to <v-divider />
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulGarewal authored and PaulGarewal committed Sep 26, 2023
1 parent 869f530 commit 3f45f8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/components/Restoration/ExtendTimeLimit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
/>
</v-col>
</v-row>

<!-- Vuetify Divider Line to separate approval type -->
<v-divider></v-divider>
</section>

<!-- Vuetify Divider Line to separate approval type -->
<v-divider />

<!-- Approval Type -->
<section
v-if="showApprovalType"
Expand Down

0 comments on commit 3f45f8c

Please sign in to comment.