add Alpha tag to Connect Table, Connect Service

This commit is contained in:
Sidney Alcantara
2021-09-23 10:47:21 +10:00
parent d10e8b4874
commit dd9956948a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ const Settings = lazy(
export const config: IFieldConfig = {
type: FieldType.connectService,
name: "Connect Service",
name: "Connect Service (Alpha)",
group: "Connection",
dataType: "{ docPath: string; snapshot: Record<string, any>; }",
initialValue: [],

View File

@@ -23,7 +23,7 @@ const Settings = lazy(
export const config: IFieldConfig = {
type: FieldType.connectTable,
name: "Connect Table",
name: "Connect Table (Alpha)",
group: "Connection",
dataType: "{ docPath: string; snapshot: Record<string, any>; }",
initialValue: [],