File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
compass-preferences-model/src
compass-settings/src/components/settings Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change @@ -252,7 +252,6 @@ function StringSetting<PreferenceName extends StringPreferences>({
252252type AnySetting = {
253253 name : string ;
254254 type : unknown ;
255- selectableValues ?: unknown [ ] ;
256255 value ?: unknown ;
257256 onChange ( field : string , value : unknown ) : void ;
258257} ;
You can’t perform that action at this time.
0 commit comments