Fix bug in method flex_box (#1292)
Some checks failed
build_downport / build_downport (push) Has been cancelled

This commit is contained in:
Francisco Milán 2024-07-26 00:27:29 -06:00 committed by GitHub
parent aa07556c81
commit 1741995f9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5516,7 +5516,7 @@ CLASS z2ui5_cl_xml_view IMPLEMENTATION.
( n = `alignContent` v = aligncontent )
( n = `backgroundDesign` v = backgrounddesign )
( n = `displayInline` v = z2ui5_cl_util=>boolean_abap_2_json( displayinline ) )
( n = `visible` v = visible ) ) ).
( n = `visible` v = z2ui5_cl_util=>boolean_abap_2_json( visible ) ) ) ).
ENDMETHOD.