Skip to content

Commit 7edd8a7

Browse files
authored
[-] remove deprecated db types from webui, fixes #1044 (#1047)
1 parent 1c199b2 commit 7edd8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webui/src/containers/SourceFormDialog/components/SourceForm/SourceForm.consts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export enum SourceFormSteps {
66
Tags = "Tags",
77
};
88

9-
const kindValues = ["postgres", "postgres-continuous-discovery", "pgbouncer", "pgpool", "patroni", "patroni-continuous-discovery", "patroni-namespace-discovery"];
9+
const kindValues = ["postgres", "postgres-continuous-discovery", "pgbouncer", "pgpool", "patroni"];
1010

1111
export const KindOptions = kindValues.map((val) => ({ label: val }));
1212

0 commit comments

Comments
 (0)