mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
Remove unwanted code
This commit is contained in:
@ -218,9 +218,6 @@ export default {
|
||||
required,
|
||||
maxLength: maxLength(5),
|
||||
alpha
|
||||
},
|
||||
invoice_notes: {
|
||||
maxLength: maxLength(255)
|
||||
}
|
||||
},
|
||||
estimates: {
|
||||
@ -228,9 +225,6 @@ export default {
|
||||
required,
|
||||
maxLength: maxLength(5),
|
||||
alpha
|
||||
},
|
||||
estimate_notes: {
|
||||
maxLength: maxLength(255)
|
||||
}
|
||||
},
|
||||
payments: {
|
||||
|
||||
Reference in New Issue
Block a user