refactor: unify create session forms - show clone mode everywhere and display fixed fields as read-only

This commit is contained in:
Fusion
2026-05-23 19:53:12 +02:00
parent 2e9ca52cdb
commit 01adc9a00f
4 changed files with 36 additions and 5 deletions
+2
View File
@@ -254,6 +254,8 @@ export const RepoWorkspace = () => {
<InstanceList
projectId={projectId!}
repoId={selectedRepoId}
projectName={project?.name}
repoName={repositories.find((r) => r.id === selectedRepoId)?.name}
toolTypes={toolTypes}
/>
)}