mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
Merge branch 'data-layer-rewrite' of https://github.com/rowyio/rowy into data-layer-rewrite
This commit is contained in:
@@ -140,7 +140,7 @@ export default function ActionFab({
|
||||
row,
|
||||
handleRun,
|
||||
});
|
||||
} else if (action === "undo" && config.undo.confirmation) {
|
||||
} else if (action === "undo" && config.undo?.confirmation) {
|
||||
return confirm({
|
||||
title: `${column.name} Confirmation`,
|
||||
body: config.undo.confirmation.replace(/\{\{(.*?)\}\}/g, replacer(row)),
|
||||
|
||||
@@ -23,12 +23,12 @@ const SideDrawerField = lazy(
|
||||
export const config: IFieldConfig = {
|
||||
type: FieldType.reference,
|
||||
name: "Reference",
|
||||
group: "Connectors",
|
||||
group: "Connection",
|
||||
dataType: "reference",
|
||||
initialValue: null,
|
||||
initializable: true,
|
||||
icon: <SingleSelectIcon />,
|
||||
description: "Firestore field reference type",
|
||||
description: "Firestore document reference",
|
||||
TableCell: withBasicCell(BasicCell),
|
||||
TableEditor: EditorCell,
|
||||
SideDrawerField,
|
||||
|
||||
Reference in New Issue
Block a user