Skip to content

Commit bc3be0d

Browse files
fix copy&paste error (#176)
1 parent e3c2f28 commit bc3be0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_051.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ CLASS Z2UI5_CL_DEMO_APP_051 IMPLEMENTATION.
4747
layout->input( id = `input2` value = client->_bind_edit( screen-input2 ) ).
4848

4949
layout->label( text = 'Input normal' labelfor = `input3` ).
50-
layout->input( id = `input3` value = client->_bind_edit( screen-input2 ) ).
50+
layout->input( id = `input3` value = client->_bind_edit( screen-input3 ) ).
5151

5252
client->view_display( page->stringify( ) ).
5353

0 commit comments

Comments
 (0)