Fixes
This commit is contained in:
@@ -1237,9 +1237,9 @@ export const useDataStore = defineStore('data', () => {
|
||||
selectOptionAttribute: "name",
|
||||
selectSearchAttributes: ['name'],
|
||||
},{
|
||||
key: "description",
|
||||
key: "description.text",
|
||||
label: "Beschreibung",
|
||||
inputType:"editor",
|
||||
inputType:"textarea",
|
||||
component: description
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user