- transaction type for metered billing in transaction tables

This commit is contained in:
Čarodej
2021-12-23 17:12:51 +01:00
parent f88ed999c5
commit 0194e546fd
9 changed files with 99 additions and 42 deletions

View File

@@ -13,7 +13,7 @@
<small v-if="description" class="text-xs text-gray-500 pt-2 leading-4 block" v-html="description"></small>
<!--Input Description-->
<span v-if="error" class="text-red-700 pt-2 text-xs">
<span v-if="error" class="text-red pt-2 text-xs">
{{ error }}
</span>
</div>