mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-03 02:03:16 -05:00
Bank account fields improved to allow multi-line info (if you need to enter more details than only your account no).
This commit is contained in:
@ -8,8 +8,8 @@ export default class BankAccount extends Model {
|
||||
static fields() {
|
||||
return {
|
||||
id: this.attr(() => uuidv4()),
|
||||
account_no: this.attr(''),
|
||||
bank_name: this.attr(''),
|
||||
account_no: this.attr(''),
|
||||
updated_at: this.attr(''),
|
||||
created_at: this.attr(''),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user