comment out unuse function config

This commit is contained in:
shamsmosowi
2022-01-25 15:52:11 +08:00
parent b347f8069a
commit c4fb8c5647

View File

@@ -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",