Skip to content

Commit 4876514

Browse files
UN-3020 [FIX] Updated import to named instead of default (#1753)
UN-3020 Updated import to named instead of default
1 parent e6680fa commit 4876514

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/routes/useMainAppRoutes.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ try {
5151
}
5252

5353
try {
54-
AgenticPromptStudio = require("../plugins/agentic-prompt-studio").default;
54+
AgenticPromptStudio =
55+
require("../plugins/agentic-prompt-studio").AgenticPromptStudio;
5556
} catch (err) {
5657
// Do nothing, Not-found Page will be triggered.
5758
}

0 commit comments

Comments
 (0)