From c4fb8c5647245e4d0ba354535b0e1c86305d4c84 Mon Sep 17 00:00:00 2001 From: shamsmosowi Date: Tue, 25 Jan 2022 15:52:11 +0800 Subject: [PATCH] comment out unuse function config --- src/components/TableSettings/form.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/TableSettings/form.tsx b/src/components/TableSettings/form.tsx index 6c7c92b6..d27229fe 100644 --- a/src/components/TableSettings/form.tsx +++ b/src/components/TableSettings/form.tsx @@ -288,6 +288,7 @@ export const tableSettings = ( sx: { "& .MuiInputBase-input": { fontFamily: "mono" } }, }, // Step 5:Cloud functions + /* { step: "function", type: FieldType.slider, @@ -385,6 +386,7 @@ export const tableSettings = ( }, gridCols: { xs: 12, sm: 6 }, }, + */ mode === TableSettingsDialogModes.create && tables && tables?.length !== 0 ? { step: "columns",