mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
add Alpha tag to Connect Table, Connect Service
This commit is contained in:
@@ -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: [],
|
||||
|
||||
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user