Expand edit form.

This commit is contained in:
James Cole
2024-01-06 17:24:54 +01:00
parent f615b9c252
commit 4c30a7bc55
8 changed files with 52 additions and 30 deletions

View File

@@ -10,9 +10,6 @@
:name="'tags['+index+'][]'"
multiple>
<option value="">{{ __('firefly.select_tag') }}</option>
<template x-for="tag in transaction.tags" :key="tag">
<option :value="tag" x-text="tag" selected="selected"></option>
</template>
</select>
</div>