Skip to content

Commit

Permalink
Feat/compute object (#132)
Browse files Browse the repository at this point in the history
* feat: Add run compute cahnnel

* chore: PR change request

* fix: changed sourceType
  • Loading branch information
mheggelund authored Nov 8, 2023
1 parent fe264ba commit 4107103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Browse/Browse.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const Browse = () => {
const ModelBody: CreateAnalogueModelCommand = {
name: metadata.name ? metadata.name : '',
description: metadata.description,
sourceType: 'ResQML',
sourceType: 'Deltares',
};

const modelUpload = await createModel.mutateAsync(ModelBody);
Expand Down

0 comments on commit 4107103

Please sign in to comment.