File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ classDef completed fill:#ccffd8,color:#000;
157
157
158
158
%% <Issues>
159
159
160
- start("Start"):::notstarted ;
160
+ start("Start"):::default ;
161
161
162
162
issue1488484564("[TEST ISSUE] Child issue 1"):::completed;
163
163
click issue1488484564 href "https://github.com/maxim-lobanov/build-issue-dependencies-graph/issues/2" _blank;
@@ -180,7 +180,7 @@ click issue1524488472 href "https://github.com/maxim-lobanov/build-issue-depende
180
180
issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted;
181
181
click issue1524488513 href "https://github.com/maxim-lobanov/build-issue-dependencies-graph/issues/8" _blank;
182
182
183
- finish("Finish"):::notstarted ;
183
+ finish("Finish"):::default ;
184
184
185
185
%% </Issues>
186
186
@@ -202,4 +202,4 @@ issue1524488513 --> finish;
202
202
203
203
%% </Dependencies>
204
204
205
- ```
205
+ ```
You can’t perform that action at this time.
0 commit comments