Fix bug
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 2m6s

This commit is contained in:
2024-05-25 08:34:25 -04:00
parent 9f398e5509
commit 59d2729719
4 changed files with 121 additions and 21 deletions

View File

@@ -71,7 +71,7 @@
">
{{ getUserName(reservation.user) || 'loading...' }}
<br />
<q-chip>{{ reservation.reason }}</q-chip>
<q-chip class="gt-md">{{ reservation.reason }}</q-chip>
</div>
</div>
</template>