Set default text for subscription
This commit is contained in:
parent
e21e818ac6
commit
2d02c79c86
|
@ -26,7 +26,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<a href="#" class="btn btn-sm flex btn-primary flex self-start mt-4"
|
||||
@click.prevent="inner.children.push({ name: '', amount: 0 })">
|
||||
@click.prevent="inner.children.push({ name: ('Beitrag {year} für {name} (' + inner.name + ')'), amount: 0 })">
|
||||
<ui-sprite src="plus" class="w-5 h-5"></ui-sprite>
|
||||
Position hinzufügen
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue