1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00
This commit is contained in:
poirazis 2024-01-20 23:11:31 +02:00
parent c48f71ab76
commit 22bab5052b

View file

@ -28,6 +28,7 @@ import { fetchDatasourceSchema } from "./utils/schema.js"
import { getAPIKey } from "./utils/api.js"
import { enrichButtonActions } from "./utils/buttonActions.js"
import { processStringSync, makePropSafe } from "@budibase/string-templates"
import { fetchData, LuceneUtils } from "@budibase/frontend-core"
export default {
API,
@ -54,6 +55,8 @@ export default {
linkable,
getAction,
fetchDatasourceSchema,
fetchData,
LuceneUtils,
getAPIKey,
enrichButtonActions,
processStringSync,