1
0
Fork 0
mirror of synced 2024-07-14 18:55:45 +12:00

Add makePropSafe to client SDK

This commit is contained in:
Andrew Kingston 2023-11-20 08:30:42 +00:00
parent 3197f2db0f
commit e04ea1a620

View file

@ -26,7 +26,7 @@ import { ActionTypes } from "./constants"
import { fetchDatasourceSchema } from "./utils/schema.js" import { fetchDatasourceSchema } from "./utils/schema.js"
import { getAPIKey } from "./utils/api.js" import { getAPIKey } from "./utils/api.js"
import { enrichButtonActions } from "./utils/buttonActions.js" import { enrichButtonActions } from "./utils/buttonActions.js"
import { processStringSync } from "@budibase/string-templates" import { processStringSync, makePropSafe } from "@budibase/string-templates"
export default { export default {
API, API,
@ -56,6 +56,7 @@ export default {
getAPIKey, getAPIKey,
enrichButtonActions, enrichButtonActions,
processStringSync, processStringSync,
makePropSafe,
// Components // Components
Provider, Provider,