refactor(app-config): rename allowCustomConnection as customConnectionAllowed
This commit is contained in:
@@ -95,7 +95,7 @@ function ChooseConnectionSubstep(props) {
|
||||
|
||||
if (
|
||||
!appConfig?.data ||
|
||||
(!appConfig.data?.disabled && appConfig.data?.allowCustomConnection)
|
||||
(!appConfig.data?.disabled && appConfig.data?.customConnectionAllowed)
|
||||
) {
|
||||
options.push({
|
||||
label: formatMessage('chooseConnectionSubstep.addNewConnection'),
|
||||
|
Reference in New Issue
Block a user