Skip to content

Commit a2f1710

Browse files
Add story for when modeling is in progress
1 parent fd1c7f3 commit a2f1710

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

extensions/ql-vscode/src/stories/model-editor/MethodRow.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,10 @@ AlreadyModeled.args = {
101101
method: { ...method, supported: true },
102102
modeledMethod: undefined,
103103
};
104+
105+
export const ModelingInProgress = Template.bind({});
106+
ModelingInProgress.args = {
107+
method,
108+
modeledMethod,
109+
modelingInProgress: true,
110+
};

0 commit comments

Comments
 (0)