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
co-authored by greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent 061703abc0
commit 50dc7b520c
@@ -60,7 +60,7 @@ export function CreateProjectModal({
open={isOpen}
onCancel={handleCancel}
width={720}
destroyOnClose
destroyOnHidden
footer={[
<Button key="cancel" onClick={handleCancel}>
Cancel