mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix sub-table function deploy
This commit is contained in:
@@ -192,7 +192,10 @@ export default function ColumnConfigModal({
|
||||
route: runRoutes.buildFunction,
|
||||
body: {
|
||||
tablePath: tableSettings.collection,
|
||||
pathname: window.location.pathname,
|
||||
// pathname must match old URL format
|
||||
pathname: `/table/${encodeURIComponent(
|
||||
tableSettings.collection
|
||||
)}`,
|
||||
tableConfigPath: getTableSchemaPath(tableSettings),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user