Removed Required for Lastname in Customers
This commit is contained in:
@@ -305,7 +305,6 @@ export const useDataStore = defineStore('data', () => {
|
|||||||
key: "lastname",
|
key: "lastname",
|
||||||
label: "Nachname",
|
label: "Nachname",
|
||||||
title: true,
|
title: true,
|
||||||
required: true,
|
|
||||||
inputType: "text",
|
inputType: "text",
|
||||||
inputChangeFunction: function (row) {
|
inputChangeFunction: function (row) {
|
||||||
row.name = ""
|
row.name = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user