Spacing edited

This commit is contained in:
Burak Civan 2021-06-30 12:38:30 +03:00
parent 5ea50925e4
commit 32445d9d0e
2 changed files with 3 additions and 4 deletions

View File

@ -24,11 +24,11 @@
mixins: [ mixins: [
Global Global
], ],
data: function () { data: function () {
return { return {
form: new Form('vendor'), form: new Form('vendor'),
bulk_action: new BulkAction('vendors') bulk_action: new BulkAction('vendors')
} }
} }
}); });

View File

@ -94,5 +94,4 @@
} }
} }
} }
}); });