Skip to content

Commit

Permalink
fix: changed sourceType
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund committed Nov 8, 2023
1 parent 0b7e7d4 commit dd16053
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 dd16053

Please sign in to comment.