Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion shell/components/ResourceTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions shell/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.paths.json",
"compilerOptions": {
"target": "ES2018",
"target": "esnext",
"module": "ESNext",
"moduleResolution": "Node",
"lib": [
Expand Down Expand Up @@ -45,4 +45,4 @@
"../docusaurus",
"../**/*.spec.ts"
]
}
}
Loading