Skip to content

Commit

Permalink
Merge branch 'mod/tor/US-611870-1' of https://github.com/pegasystems/…
Browse files Browse the repository at this point in the history
…angular-sdk-components into mod/tor/US-611870-1
  • Loading branch information
mashm committed Jul 22, 2024
2 parents c70aa8c + c80c3a5 commit 4da8a98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class AttachmentComponent implements OnInit, OnDestroy {
updateSelf() {
const configProps: AttachmentProps = this.pConn$.resolveConfigProps(this.pConn$.getConfigProps()) as AttachmentProps;
const stateProps: any = this.pConn$.getStateProps();
const { value, label, extensions, allowMultiple, displayMode } = configProps;
const { value, label, extensions, displayMode } = configProps;

if (configProps.required != null) {
this.bRequired$ = this.utils.getBooleanValue(configProps.required);
Expand Down

0 comments on commit 4da8a98

Please sign in to comment.