Dropdown options still not showing in UI
This commit is contained in:
@@ -64,6 +64,7 @@ const MainForm = () => {
|
||||
try {
|
||||
if (!token) return;
|
||||
await getOSVersions(token);
|
||||
console.log(osVersions);
|
||||
} catch (e) {
|
||||
setMessage(e.message);
|
||||
logger.warn(e.stack);
|
||||
|
||||
@@ -362,7 +362,7 @@ const vehiclesAPI = {
|
||||
},
|
||||
|
||||
getOSVersions: async (token) => {
|
||||
return fetch(`${API_ENDPOINT}/manifest/sums/active_os_versions/`, {
|
||||
return fetch(`${API_ENDPOINT}/manifests_active_os_versions`, {
|
||||
method: "GET",
|
||||
headers: Object.assign(
|
||||
{ "Content-Type": "application/json" },
|
||||
|
||||
Reference in New Issue
Block a user