Skip to content

Commit fc0b27a

Browse files
committed
refactor: reorder legacy common types in dataset schema type groups for clarity
1 parent 5d47710 commit fc0b27a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ export const datasetSchemaTypeGroups = [
7575
{ value: 'bool' },
7676
],
7777
},
78-
{
79-
label: 'Legacy Common Types (deprecated)',
80-
items: [{ value: 'number' }, { value: 'boolean' }],
81-
},
8278
{
8379
label: 'Popular File Types',
8480
items: [
@@ -104,4 +100,8 @@ export const datasetSchemaTypeGroups = [
104100
{ value: 'audio/x-wav' },
105101
],
106102
},
103+
{
104+
label: 'Legacy Common Types (deprecated)',
105+
items: [{ value: 'number' }, { value: 'boolean' }],
106+
},
107107
];

0 commit comments

Comments
 (0)