This commit is contained in:
Andrew Kingston 2024-10-29 11:48:16 +00:00
parent 7cce68f126
commit fc3fcb5cbd
No known key found for this signature in database
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@
const context = getContext("context")
const component = getContext("component")
const { API, fetchDatasourceSchema, detchDatasourceDefinition } =
getContext("sdk")
const { fetchDatasourceSchema, fetchDatasourceDefinition } = getContext("sdk")
const getInitialFormStep = () => {
const parsedFormStep = parseInt(initialFormStep)