Add makePropSafe to client SDK
This commit is contained in:
parent
3197f2db0f
commit
e04ea1a620
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue