mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix(web): replace incorrect custom types with codegen from gql & update values to match expected shapes
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user