MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / openCreateProjectDialog

Function openCreateProjectDialog

web/src/App.tsx:1287–1290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1285 && !isRenamingProject;
1286
1287 function openCreateProjectDialog() {
1288 props.onNewProjectNameChange("");
1289 setCreateProjectDialogOpen(true);
1290 }
1291
1292 function closeCreateProjectDialog() {
1293 if (isCreatingProject) return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected