mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
a686de0414
* ui: Switch selects to use more HTML-like approach for optgroups * Add KV comparator * Use new option/optgroup approach for sort/select * Fix up tests for new order of menu items
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
export default () => key => {
|
|
return key;
|
|
};
|