8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 8e0b098756 - Show all commits

View File

@ -66,7 +66,10 @@ onBeforeRouteLeave((to, from, next) => {
@on-fetch="(data) => (observationTypes = data)"
/>
<QCard class="q-pa-xs q-mb-lg full-width" v-if="$props.addNote">
<QCardSection class="q-px-xs q-mt-sm q-py-none">
<QCardSection horizontal>
{{ t('New note') }}
</QCardSection>
<QCardSection class="q-px-xs q-my-none q-py-none">
<VnRow class="full-width">
<VnSelect
:label="t('Observation type')"