mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-31 23:49:00 +00:00
Merge branch 'master' into frontend-performance-improvements
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
|
||||
<BaseButton :loading="isSaving" :disabled="isSaving" class="mt-4">
|
||||
<template #left="slotProps">
|
||||
<BaseIcon v-if="!isSaving" name="SaveIcon" :class="slotProps.class" />
|
||||
<BaseIcon v-if="!isSaving" name="ArrowDownOnSquareIcon" :class="slotProps.class" />
|
||||
</template>
|
||||
{{ $t('wizard.save_cont') }}
|
||||
</BaseButton>
|
||||
|
||||
Reference in New Issue
Block a user