mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
fix customer update notification not firing
This commit is contained in:
@ -444,7 +444,6 @@ export default {
|
|||||||
...mapGetters(['currencies', 'countries']),
|
...mapGetters(['currencies', 'countries']),
|
||||||
...mapGetters('company', ['defaultCurrency']),
|
...mapGetters('company', ['defaultCurrency']),
|
||||||
...mapGetters('modal', ['modalDataID', 'modalData', 'modalActive']),
|
...mapGetters('modal', ['modalDataID', 'modalData', 'modalActive']),
|
||||||
...mapActions('notification', ['showNotification']),
|
|
||||||
|
|
||||||
nameError() {
|
nameError() {
|
||||||
if (!this.$v.formData.name.$error) {
|
if (!this.$v.formData.name.$error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user