Skip to content

Commit 879cca9

Browse files
changes
1 parent af1f596 commit 879cca9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/compass-preferences-model/src/preferences-schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,6 @@ export const storedUserPreferencesProps: Required<{
559559
short: 'Default Sort for Query Bar',
560560
long: "All queries executed from the query bar will apply the sort order '$natural: -1'.",
561561
},
562-
selectableValues: SORT_ORDER_VALUES,
563562
validator: z.enum(SORT_ORDER_VALUES).default(''),
564563
type: 'string',
565564
},

packages/compass-settings/src/components/settings/settings-list.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ function StringSetting<PreferenceName extends StringPreferences>({
252252
type AnySetting = {
253253
name: string;
254254
type: unknown;
255-
selectableValues?: unknown[];
256255
value?: unknown;
257256
onChange(field: string, value: unknown): void;
258257
};

0 commit comments

Comments
 (0)