Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2020-11-23 20:27:07 +01:00
parent 5a2ca23bd6
commit 668d6d6c82
1 changed files with 1 additions and 1 deletions

View File

@ -5867,7 +5867,7 @@ module.exports = (_ => {
InternalComponents.LibraryComponents.ModalComponents.ModalFooter = reactInitialized && class BDFDB_ModalFooter extends LibraryModules.React.Component {
render() {
return BDFDB.ReactUtils.createElement(InternalComponents.LibraryComponents.Flex, {
className: BDFDB.DOMUtils.formatClassName(this.props.className, BDFDB.disCN.modalfooter),
className: BDFDB.DOMUtils.formatClassName(BDFDB.disCN.modalfooter, this.props.className),
direction: this.props.direction || InternalComponents.LibraryComponents.Flex.Direction.HORIZONTAL_REVERSE,
align: InternalComponents.LibraryComponents.Flex.Align.STRETCH,
grow: 0,