Skip to content

Commit d0a8481

Browse files
committed
Remove <VCardActions> from AutoModeButton.vue
1 parent 2fda9a0 commit d0a8481

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/components/schedule/auto-mode/auto-mode-button/AutoModeButton.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<template>
2-
<VCardActions>
3-
<VBtn v-if="loading" loading variant="tonal" color="tertiary"> </VBtn>
4-
<ButtonError v-else-if="error" :error="error"></ButtonError>
5-
<ButtonAutoMode v-else-if="autoMode"></ButtonAutoMode>
6-
<ButtonOff v-else-if="autoMode === false"></ButtonOff>
7-
<VBtn v-else variant="tonal" color="error"> Unknown </VBtn>
8-
</VCardActions>
2+
<VBtn v-if="loading" loading variant="tonal" color="tertiary"> </VBtn>
3+
<ButtonError v-else-if="error" :error="error"></ButtonError>
4+
<ButtonAutoMode v-else-if="autoMode"></ButtonAutoMode>
5+
<ButtonOff v-else-if="autoMode === false"></ButtonOff>
6+
<VBtn v-else variant="tonal" color="error"> Unknown </VBtn>
97
</template>
108

119
<script setup lang="ts">

0 commit comments

Comments
 (0)