This commit is contained in:
James Cole
2020-02-14 07:49:29 +01:00
parent bf2d1c223b
commit 7843e781da
6 changed files with 6 additions and 6 deletions

View File

@@ -183,7 +183,7 @@
</div>
</div>
<div class="box-footer" v-if="transactions.length-1 === index && transactionType.toLowerCase() !== 'reconciliation'">
<button class="btn btn-primary" type="button" @click="addTransaction">{{ $t('firefly.add_another_split') }}</button>
<button class="btn btn-default" type="button" @click="addTransaction">{{ $t('firefly.add_another_split') }}</button>
</div>
</div>
</div>