GitClassic
Feed
Explore
Random
Go Pro
Sign in
Kong
/
insomnia
Code
/
Commits
/ 61b129a
Hide the git-repo form in the create project modal [INS-1900] (#9558)
* Hide the git-repo form in the create project modal when the git-sync feature is disabled, remove redundant props * Fix type error
yaoweiprc
committed on Jan 12, 2026, 09:22 AM
Showing
9
changed files
+25 additions
-63 deletions
M
packages/insomnia/src/routes/organization.$organizationId.project.$projectId._index.tsx
+2
-6
M
packages/insomnia/src/routes/organization.$organizationId.project._index.tsx
+2
-6
M
packages/insomnia/src/ui/components/dropdowns/git-project-sync-dropdown.tsx
-5
M
packages/insomnia/src/ui/components/dropdowns/project-dropdown.tsx
+1
-3
M
packages/insomnia/src/ui/components/modals/project-modal.tsx
-4
M
packages/insomnia/src/ui/components/panes/no-project-view.tsx
+1
-3
M
packages/insomnia/src/ui/components/project/project-create-form.tsx
+4
-19
M
packages/insomnia/src/ui/components/project/project-settings-form.tsx
+2
-17
M
packages/insomnia/src/ui/hooks/use-organization-features.tsx
+13
Browse files at this commit โ