We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6680fa commit 4876514Copy full SHA for 4876514
1 file changed
frontend/src/routes/useMainAppRoutes.js
@@ -51,7 +51,8 @@ try {
51
}
52
53
try {
54
- AgenticPromptStudio = require("../plugins/agentic-prompt-studio").default;
+ AgenticPromptStudio =
55
+ require("../plugins/agentic-prompt-studio").AgenticPromptStudio;
56
} catch (err) {
57
// Do nothing, Not-found Page will be triggered.
58
0 commit comments