mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Expand edit form.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user