Corrected key in checks

This commit is contained in:
2025-01-10 16:20:56 +01:00
parent 0d949c7894
commit c57ea6add6

View File

@@ -1684,8 +1684,8 @@ export const useDataStore = defineStore('data', () => {
selectSearchAttributes: ['name'],
},
{
key: "notes",
label: "Notizen",
key: "description",
label: "Beschreibung",
inputType: "textarea"
}
],