mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
comment out unuse function config
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user