Set default text for subscription
This commit is contained in:
parent
e21e818ac6
commit
2d02c79c86
|
@ -26,7 +26,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="#" class="btn btn-sm flex btn-primary flex self-start mt-4"
|
<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>
|
<ui-sprite src="plus" class="w-5 h-5"></ui-sprite>
|
||||||
Position hinzufügen
|
Position hinzufügen
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue