()
| 1285 | && !isRenamingProject; |
| 1286 | |
| 1287 | function openCreateProjectDialog() { |
| 1288 | props.onNewProjectNameChange(""); |
| 1289 | setCreateProjectDialogOpen(true); |
| 1290 | } |
| 1291 | |
| 1292 | function closeCreateProjectDialog() { |
| 1293 | if (isCreatingProject) return; |
nothing calls this directly
no outgoing calls
no test coverage detected