mirror of
https://github.com/status-im/consul.git
synced 2025-01-21 02:59:48 +00:00
3b244d8f56
* Add sorting to ACLs roles with comparator * Add acls/roles sorting test * Add navigation feature test to roles * Update onchange value target for sorting roles
4 lines
47 B
JavaScript
4 lines
47 B
JavaScript
export default () => key => {
|
|
return key;
|
|
};
|