File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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;
157157
158158%% <Issues>
159159
160- start("Start"):::notstarted ;
160+ start("Start"):::default ;
161161
162162issue1488484564("[TEST ISSUE] Child issue 1"):::completed;
163163click 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
180180issue1524488513("[TEST ISSUE] Child issue 7"):::notstarted;
181181click issue1524488513 href "https://github.com/maxim-lobanov/build-issue-dependencies-graph/issues/8" _blank;
182182
183- finish("Finish"):::notstarted ;
183+ finish("Finish"):::default ;
184184
185185%% </Issues>
186186
@@ -202,4 +202,4 @@ issue1524488513 --> finish;
202202
203203%% </Dependencies>
204204
205- ```
205+ ```
You can’t perform that action at this time.
0 commit comments