Skip to content

Commit 7f1f92d

Browse files
committed
Remove invalid props
Signed-off-by: worksofliam <[email protected]>
1 parent cda4f60 commit 7f1f92d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/aiProviders/continue/listTablesContextProvider.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const listDb2Table: ContextProviderDescription = {
1919
title: "list Db2i Tables",
2020
displayTitle: `Db2i-{tables}`,
2121
description: "Add Db2i Table info to Context",
22-
type: "submenu",
23-
dependsOnIndexing: true
22+
type: "submenu"
2423
};
2524

2625
interface SchemaContextProvider {
@@ -40,8 +39,7 @@ class ListDb2iTables implements IContextProvider {
4039
title: `Db2i-${this.schema}`,
4140
displayTitle: `Db2i-${this.schema}`,
4241
description: "Add Db2i Table info to Context",
43-
type: "submenu",
44-
dependsOnIndexing: true
42+
type: "submenu"
4543
};
4644
}
4745

@@ -82,7 +80,7 @@ class ListDb2iTables implements IContextProvider {
8280
});
8381
}
8482
}
85-
83+
8684
} else {
8785
const tablesRefs = await generateTableDefinition(
8886
this.schema,

0 commit comments

Comments
 (0)