Update ui/litellm-dashboard/src/components/Projects/ProjectModals/CreateProjectModal.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
yuneng-jiang 2026-02-27 22:11:04 -08:00 committed by GitHub
parent 061703abc0
commit 50dc7b520c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,7 +60,7 @@ export function CreateProjectModal({
open={isOpen}
onCancel={handleCancel}
width={720}
destroyOnClose
destroyOnHidden
footer={[
<Button key="cancel" onClick={handleCancel}>
Cancel