Skip to content

Commit

Permalink
Change upload dialog size
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Jan 31, 2024
1 parent 45e76cc commit da0100d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class UploadEffects {
this.dialog
.open(UploadDialogComponent, {
id: Modal.Upload,
maxWidth: '420px',
width: '600px',
})
.afterClosed()
),
Expand Down

0 comments on commit da0100d

Please sign in to comment.