mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-10 22:43:11 +08:00
Preparation for custom sorting
This commit is contained in:
@@ -18,7 +18,7 @@ export const searchConfig = (key: string, _default: any) => {
|
||||
} else {
|
||||
return pair.value;
|
||||
}
|
||||
} else {
|
||||
return _default;
|
||||
}
|
||||
|
||||
return _default;
|
||||
}
|
||||
Reference in New Issue
Block a user