1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +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 { getAPIKey } from "./utils/api.js"
import { enrichButtonActions } from "./utils/buttonActions.js"
import { processStringSync } from "@budibase/string-templates"
import { processStringSync, makePropSafe } from "@budibase/string-templates"
export default {
API,
@ -56,6 +56,7 @@ export default {
getAPIKey,
enrichButtonActions,
processStringSync,
makePropSafe,
// Components
Provider,