mirror of https://github.com/EdgeVPNio/portal.git
Overlay Sorting fix
parent
09802a6fc3
commit
02a077fb37
|
@ -22,7 +22,7 @@ export default class Overlays {
|
|||
this.getOverlayList().forEach((overlay) => {
|
||||
overlaysName.push(overlay.name);
|
||||
});
|
||||
return overlaysName;
|
||||
return overlaysName.sort();
|
||||
};
|
||||
|
||||
this.getOverlay = (overlay) => {
|
||||
|
|
Loading…
Reference in New Issue