Skip to content

Commit

Permalink
Code comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb committed Sep 28, 2023
1 parent d4dec93 commit 9d3b362
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,8 @@ Wells3d.parameters = {
},
};

export const OneWell = Template.bind({});
OneWell.args = {
export const WellWithDuplicates = Template.bind({});
WellWithDuplicates.args = {
id: "well_176",
bounds: [756125, 166200, 757327, 167938],
layers: [
Expand All @@ -460,7 +460,7 @@ OneWell.args = {
},
};

OneWell.parameters = {
WellWithDuplicates.parameters = {
docs: {
description: {
story: "One single well with duplicate vertexs example",
Expand Down

0 comments on commit 9d3b362

Please sign in to comment.