Lint
This commit is contained in:
parent
7cce68f126
commit
fc3fcb5cbd
|
@ -22,8 +22,7 @@
|
||||||
|
|
||||||
const context = getContext("context")
|
const context = getContext("context")
|
||||||
const component = getContext("component")
|
const component = getContext("component")
|
||||||
const { API, fetchDatasourceSchema, detchDatasourceDefinition } =
|
const { fetchDatasourceSchema, fetchDatasourceDefinition } = getContext("sdk")
|
||||||
getContext("sdk")
|
|
||||||
|
|
||||||
const getInitialFormStep = () => {
|
const getInitialFormStep = () => {
|
||||||
const parsedFormStep = parseInt(initialFormStep)
|
const parsedFormStep = parseInt(initialFormStep)
|
||||||
|
|
Loading…
Reference in New Issue