remove empty data type

This commit is contained in:
Mads Rasmussen
2023-01-05 14:35:31 +01:00
parent e787687261
commit 8ffeb477eb

View File

@@ -70,19 +70,6 @@ export const data: Array<DataTypeDetails> = [
propertyEditorUIAlias: 'Umb.PropertyEditorUI.ContentPicker',
data: [],
},
{
name: 'Empty',
type: 'data-type',
icon: 'umb:autofill',
hasChildren: false,
key: 'dt-6',
isContainer: false,
parentKey: null,
isFolder: false,
propertyEditorModelAlias: '',
propertyEditorUIAlias: '',
data: [],
},
{
name: 'Color Picker',
type: 'data-type',