Merge pull request #695 from rowyio/develop

fix subcollection function deployment
This commit is contained in:
Shams
2022-06-27 14:57:04 +10:00
committed by GitHub

View File

@@ -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),
},
});