7152-devToTest_2414 #262

Merged
alexm merged 226 commits from 7152-devToTest_2414 into test 2024-03-28 08:20:24 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 06fa4aebc5 - Show all commits

View File

@ -134,10 +134,10 @@ const openCreateInvoiceModal = () => {
<template #st-actions>
<QBtn
@click="openPdf()"
class="q-mr-xl"
class="q-mr-md"
color="primary"
icon="cloud_download"
:disable="selectedCards.size === 0"
:label="t('globals.download')"
>
<QTooltip>{{ t('downloadPdf') }}</QTooltip>
</QBtn>