fix(web): replace incorrect custom types with codegen from gql & update values to match expected shapes

This commit is contained in:
Pujit Mehrotra
2024-10-17 10:53:22 -04:00
parent 8fe1e80bbd
commit 64db2f19a7
3 changed files with 5 additions and 3 deletions

View File

@@ -714,6 +714,7 @@ export const useServerStore = defineStore('server', () => {
// ref: 'configError',
// type: 'server',
// };
//@ts-expect-error - causing a build-breaking type error, but seems plausible, so i kept it around - pujitm
case 'INELIGIBLE':
return {
heading: 'Ineligible for OS Version',