Skip to content

Commit 4823004

Browse files
committed
803 | Show button content on addMore button
1 parent 360efea commit 4823004

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/openchs-android/src/views/form/formElement/MultiSelectMediaFormElement.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export default class MultiSelectMediaFormElement extends MediaFormElement {
8383
{_.map(_.range(0, this.state.mediaCount), index => this.renderMedia(index))}
8484
<Button disabled={isDisabled}
8585
style={{
86-
height: 22,
8786
backgroundColor: isDisabled ? Colors.DisabledButtonColor : Colors.ActionButtonColor,
8887
alignSelf: 'flex-end',
8988
marginTop: 10,

0 commit comments

Comments
 (0)