Skip to content

Commit

Permalink
auto format vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Apr 25, 2024
1 parent ebf0dd5 commit c4f1d5f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,11 @@
<cv-column>
<cv-row>
<cv-column class="label mg-bottom-md">
<span>{{ $t("settings.import_old_emails_to_piler_description") }}</span>
<span>{{
$t(
"settings.import_old_emails_to_piler_description"
)
}}</span>
</cv-column>
</cv-row>
<NsButton
Expand All @@ -124,7 +128,9 @@
class="mg-bottom-md"
:icon="Play20"
:disabled="
loading.getConfiguration || import_email_is_running
loading.getConfiguration ||
import_email_is_running ||
loading.configureModule
"
@click="importEmailToPiler"
>
Expand Down

0 comments on commit c4f1d5f

Please sign in to comment.