Updated the sorting of the programs
This commit is contained in:
parent
1780f9760b
commit
e1020fd499
@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
const data = await response.json();
|
const data = await response.json();
|
||||||
licenses = data;
|
licenses = data;
|
||||||
|
licenses.sort((a, b) => a.program.localeCompare(b.program));
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
error = `Failed to fetch licenses: ${err.message}`;
|
error = `Failed to fetch licenses: ${err.message}`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user