Lint
This commit is contained in:
parent
7cce68f126
commit
fc3fcb5cbd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue