1
0
Fork 0
mirror of synced 2024-08-23 05:51:29 +12:00

Merge branch 'master' into budi-8251-user-must-be-of-type-string

This commit is contained in:
Adria Navarro 2024-05-14 17:54:46 +02:00 committed by GitHub
commit 76af1208de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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",