Merge remote-tracking branch 'origin/master' into feature/updated-app-metadata-ux

This commit is contained in:
Dean 2024-05-14 15:53:18 +01:00
commit 531281521e
1 changed files with 1 additions and 1 deletions

View File

@ -830,7 +830,7 @@ export const getActionBindings = (actions, actionId) => {
* @return {{schema: Object, table: Object}}
*/
export const getSchemaForDatasourcePlus = (resourceId, options) => {
const isViewV2 = resourceId?.includes("view_")
const isViewV2 = resourceId?.startsWith("view_")
const datasource = isViewV2
? {
type: "viewV2",