mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-12 21:39:28 +02:00
Merge branch 'develop' of https://github.com/AntlerVC/firetable into develop
This commit is contained in:
@@ -82,7 +82,7 @@ export const ActionFab = ({ row, column, onSubmit, value }) => {
|
||||
message: JSON.stringify(message),
|
||||
severity: success ? "success" : "error",
|
||||
});
|
||||
if (cellValue) onSubmit(cellValue);
|
||||
if (cellValue.status) onSubmit(cellValue);
|
||||
},
|
||||
(error) => {
|
||||
console.error("ERROR", callableName, error);
|
||||
@@ -148,8 +148,6 @@ export default function Action({
|
||||
onSubmit,
|
||||
}: CustomCellProps) {
|
||||
const classes = useStyles();
|
||||
|
||||
const { createdAt, updatedAt, id, ref, ...docData } = row;
|
||||
const { name } = column as any;
|
||||
const hasRan = value && value.status;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user