Skip to content

Commit cab2f1b

Browse files
committed
fix: Run lint:fix
Signed-off-by: Marcel Klehr <[email protected]>
1 parent cd0e125 commit cab2f1b

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

src/ui/components/native/DialogChooseFolder.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@
44
max-width="500"
55
:style="{height: '500px !important'}"
66
@input="$emit('update:display', $event)">
7-
<v-card class="d-flex flex-column" max-height="calc(100vh - 100px)">
7+
<v-card
8+
class="d-flex flex-column"
9+
max-height="calc(100vh - 100px)">
810
<!-- Fixed header row -->
911
<div class="d-flex align-center justify-space-between px-4 py-2">
1012
<span class="text-h6">{{ t('LabelChoosefolder') }}</span>
11-
<v-btn color="primary" @click="onSave">{{ t('LabelSelect') }}</v-btn>
13+
<v-btn
14+
color="primary"
15+
@click="onSave">
16+
{{ t('LabelSelect') }}
17+
</v-btn>
1218
</div>
1319

1420
<!-- Scrollable area -->

src/ui/views/native/Update.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
{{ t("DescriptionTelemetry") }}
8888
</div>
8989
<v-alert type="info">
90-
{{ t('DescriptionTelemetrysyncmethod')}}
90+
{{ t('DescriptionTelemetrysyncmethod') }}
9191
</v-alert>
9292
<v-radio-group
9393
v-model="telemetry"

0 commit comments

Comments
 (0)