UI: Fix formatting in UiSchema.js
This commit is contained in:
parent
7df10f7730
commit
61eaa48988
|
@ -36,23 +36,23 @@ export default function UiSchema(props) {
|
|||
}
|
||||
}
|
||||
},
|
||||
custom_pbas : {
|
||||
custom_pbas: {
|
||||
classNames: 'config-template-no-header'
|
||||
},
|
||||
post_breach_actions: {
|
||||
classNames: 'config-template-no-header',
|
||||
'ui:widget': AdvancedMultiSelect,
|
||||
post_breach_actions: {
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
classNames: 'config-template-no-header',
|
||||
'ui:widget': AdvancedMultiSelect,
|
||||
post_breach_actions: {
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
},
|
||||
credential_collectors: {
|
||||
classNames: 'config-template-no-header',
|
||||
'ui:widget': AdvancedMultiSelect,
|
||||
credential_collectors_classes :{
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
credential_collectors_classes: {
|
||||
classNames: 'config-template-no-header'
|
||||
}
|
||||
}
|
||||
};
|
||||
return UiSchema[props.selectedSection]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue