We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d47710 commit fc0b27aCopy full SHA for fc0b27a
src/config.ts
@@ -75,10 +75,6 @@ export const datasetSchemaTypeGroups = [
75
{ value: 'bool' },
76
],
77
},
78
- {
79
- label: 'Legacy Common Types (deprecated)',
80
- items: [{ value: 'number' }, { value: 'boolean' }],
81
- },
82
{
83
label: 'Popular File Types',
84
items: [
@@ -104,4 +100,8 @@ export const datasetSchemaTypeGroups = [
104
100
{ value: 'audio/x-wav' },
105
101
106
102
103
+ {
+ label: 'Legacy Common Types (deprecated)',
+ items: [{ value: 'number' }, { value: 'boolean' }],
+ },
107
];
0 commit comments