mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
4eb47ba716
* 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;
|
|
};
|