diff --git a/shell/components/ResourceTable.vue b/shell/components/ResourceTable.vue index b0a5ea38009..c295c5470ec 100644 --- a/shell/components/ResourceTable.vue +++ b/shell/components/ResourceTable.vue @@ -225,7 +225,7 @@ export default { }, data() { - // Confirm which store we're in, if schema isn't available we're probably showing a list with different types + // // Confirm which store we're in, if schema isn't available we're probably showing a list with different types const inStore = this.overrideInStore || (this.schema?.id ? this.$store.getters['currentStore'](this.schema.id) : undefined); return { diff --git a/shell/tsconfig.json b/shell/tsconfig.json index 317e4481c6b..6017a6d6fb3 100644 --- a/shell/tsconfig.json +++ b/shell/tsconfig.json @@ -1,7 +1,7 @@ { "extends": "./tsconfig.paths.json", "compilerOptions": { - "target": "ES2018", + "target": "esnext", "module": "ESNext", "moduleResolution": "Node", "lib": [ @@ -45,4 +45,4 @@ "../docusaurus", "../**/*.spec.ts" ] -} +} \ No newline at end of file