Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
a-crowell committed Jul 31, 2024
1 parent 7ed733e commit 56ae665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fission/src/ui/modals/mirabuf/ImportLocalMirabufModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ImportLocalMirabufModal: React.FC<ModalPropsImpl> = ({ modalId }) => {
])

const hashBuffer = await selectedFile.arrayBuffer()
await MirabufCachingService.CacheAndGetLocal(hashBuffer, MiraType.ROBOT)
await MirabufCachingService.CacheAndGetLocal(hashBuffer, miraType)
.then(x => CreateMirabuf(x!))
.then(x => {
if (x) {
Expand Down

0 comments on commit 56ae665

Please sign in to comment.