mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
chore: format
This commit is contained in:
@@ -66,8 +66,7 @@ export function AgentOutputModal({
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// Use projectPath prop if provided, otherwise fall back to window.__currentProject for backward compatibility
|
// Use projectPath prop if provided, otherwise fall back to window.__currentProject for backward compatibility
|
||||||
const resolvedProjectPath =
|
const resolvedProjectPath = projectPathProp || (window as any).__currentProject?.path;
|
||||||
projectPathProp || (window as any).__currentProject?.path;
|
|
||||||
if (!resolvedProjectPath) {
|
if (!resolvedProjectPath) {
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user