{{ toDateHour(note.created) }}
@@ -74,7 +78,7 @@ async function fetch() {
class="add-btn"
color="primary"
icon="add"
- size="md"
+ size="xl"
round
@click="noteModal = true"
/>
@@ -96,6 +100,7 @@ async function fetch() {
type="textarea"
:hint="t('Add note here...')"
filled
+ size="lg"
autogrow
v-model="newNote"
>
@@ -111,7 +116,7 @@ async function fetch() {
:label="t('globals.save')"
color="primary"
v-close-popup
- @click="fetch"
+ @click="insert"
/>
@@ -120,19 +125,25 @@ async function fetch() {
diff --git a/src/pages/Claim/Card/ClaimNotes.vue b/src/pages/Claim/Card/ClaimNotes.vue
index 6c8361fde..9e587533a 100644
--- a/src/pages/Claim/Card/ClaimNotes.vue
+++ b/src/pages/Claim/Card/ClaimNotes.vue
@@ -25,7 +25,7 @@ const body = {
};
-