Corrected key in checks
This commit is contained in:
@@ -1684,8 +1684,8 @@ export const useDataStore = defineStore('data', () => {
|
||||
selectSearchAttributes: ['name'],
|
||||
},
|
||||
{
|
||||
key: "notes",
|
||||
label: "Notizen",
|
||||
key: "description",
|
||||
label: "Beschreibung",
|
||||
inputType: "textarea"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user