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 c9bd8a7 commit e4c221eCopy full SHA for e4c221e
fission/src/ui/panels/mirabuf/ImportMirabufPanel.tsx
@@ -180,7 +180,7 @@ const ImportMirabufPanel: React.FC<PanelPropsImpl> = ({ panelId }) => {
180
// Detect if we're running in electron and use direct remote URL
181
const isElectron = window.electronAPI != null
182
const baseUrl = isElectron ? "https://synthesis.autodesk.com" : ""
183
-
+
184
fetch(`${baseUrl}/api/mira/manifest.json`)
185
.then(x => x.json())
186
.then(x => {
0 commit comments