mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
31bcf71d63
* Add sorting to namespaces * Add sorting to namespaces * ui: Fix up default namespace no delete test (#8467) Co-authored-by: John Cowen <johncowen@users.noreply.github.com>
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
export default () => key => {
|
|
return key;
|
|
};
|