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