Skip to content

Commit

Permalink
More explicit provider name
Browse files Browse the repository at this point in the history
  • Loading branch information
hakon-matland-adsk authored Nov 8, 2023
1 parent d21de6a commit a2197e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyses/dynamo/src/floatingpanel/service/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export async function addElement(glb: ArrayBuffer, name?: string) {
format: "glb",
s3Id: fileId,
},
elementProvider: "dynamo",
elementProvider: "dynamo-player",
},
},
},
Expand Down

0 comments on commit a2197e5

Please sign in to comment.