mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Merge pull request #695 from rowyio/develop
fix subcollection function deployment
This commit is contained in:
@@ -91,7 +91,7 @@ export default function ExtensionsModal({ onClose }: ITableModalProps) {
|
||||
route: runRoutes.buildFunction,
|
||||
body: {
|
||||
tablePath: tableSettings.collection,
|
||||
pathname: window.location.pathname,
|
||||
pathname: `/table/${encodeURIComponent(tableSettings.collection)}`,
|
||||
tableConfigPath: getTableSchemaPath(tableSettings),
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user