Skip to content
Merged
Prev Previous commit
Next Next commit
improvement(deploy): improve auto-generated version descriptions (#4075)
* improvement(deploy): improve auto-generated version descriptions

* fix(deploy): address PR review - log dropdown errors, populate first-deploy details

* lint
  • Loading branch information
waleedlatif1 authored Apr 9, 2026
commit b67c068817a450ca778f2cb4186829f5da35402f
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function VersionDescriptionModal({
return (
<>
<Modal open={open} onOpenChange={(openState) => !openState && handleCloseAttempt()}>
<ModalContent size='md'>
<ModalContent size='lg'>
<ModalHeader>
<span>Version Description</span>
</ModalHeader>
Expand Down
Loading
Loading